From adcc41f31530348702040f6914109858e2dc8d4c Mon Sep 17 00:00:00 2001 From: Nicolas Cellier Date: Wed, 3 Jan 2018 14:52:28 +0100 Subject: [PATCH] Tell about alternative syntax for options with argument --- platforms/win32/vm/sqWin32Window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/win32/vm/sqWin32Window.c b/platforms/win32/vm/sqWin32Window.c index 2d3ee27342..fd67d094ec 100644 --- a/platforms/win32/vm/sqWin32Window.c +++ b/platforms/win32/vm/sqWin32Window.c @@ -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 */