Skip to content

Commit

Permalink
usage messagebox updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kobilutil committed Feb 24, 2015
1 parent dfd33ca commit 4bc0045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errcolor/errcolor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ int _tmain(int argc, _TCHAR* argv[])
if (!ParseCmdline(opts, argc, argv))
{
debug_print("ParseCmdline failed. argc=%d, cmdline=%S\n", argc, ::GetCommandLine());
::MessageBox(NULL, L"Usage: errcolor.exe -c <color> -e <cmdline>", L"Stderr Colorer", MB_OK);
::MessageBox(NULL, L"Usage: errcolor.exe [-c <color>] [-e <cmdline>]", L"Stderr Colorer", MB_OK);
return 1;
}

Expand Down

0 comments on commit 4bc0045

Please sign in to comment.