Skip to content

Commit

Permalink
Tell about alternative syntax for options with argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Jan 3, 2018
1 parent 841e01a commit adcc41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/win32/vm/sqWin32Window.c
Expand Up @@ -3341,6 +3341,7 @@ int printUsage(int level)
TEXT("\n\t") TEXT(VMOPTION("logscavenge")) TEXT(" \t(log scavenging to scavenge.log)")
#endif
TEXT("\n") TEXT("Options begin with single -, but -- prefix is silently accepted")
TEXT("\n") TEXT("Options with arguments -opt:n are also accepted with separators -opt n")
);
break;
case 2: /* No image found */
Expand Down

0 comments on commit adcc41f

Please sign in to comment.