Skip to content

Commit

Permalink
Tell about possible -- usage in Windows VM
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Jan 3, 2018
1 parent c0f6e28 commit 5eb7a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/win32/vm/sqWin32Window.c
Expand Up @@ -3344,6 +3344,7 @@ int printUsage(int level)
TEXT("\n\t") TEXT(VMOPTION("maxoldspace:")) TEXT(" bytes \t(set max size of old space memory to bytes)")
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")
);
break;
case 2: /* No image found */
Expand Down

0 comments on commit 5eb7a2c

Please sign in to comment.