Skip to content

Commit d1a24a2

Browse files
authored
Merge cac54b2 into a1ee2eb
2 parents a1ee2eb + cac54b2 commit d1a24a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/iOS/vm/OSX/sqSqueakOSXApplication.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ - (void) printUsage {
509509
printf(" "VMOPTION("stackpages")" num use n stack pages\n");
510510
printf(" "VMOPTION("numextsems")" num make the external semaphore table num in size\n");
511511
printf(" "VMOPTION("noheartbeat")" disable the heartbeat for VM debugging. disables input\n");
512-
printf(" "VMOPTION("pollpip")" output . on each poll for input\n");
512+
printf(" "VMOPTION("pollpip")" (0|1) output on each poll for input\n");
513513
printf(" "VMOPTION("checkpluginwrites")" check for writes past end of object in plugins\n");
514514
#endif
515515
#if STACKVM || NewspeakVM

platforms/unix/vm/sqUnixMain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ static void vm_printUsage(void)
16821682
#endif
16831683
printf(" "VMOPTION("noevents")" disable event-driven input support\n");
16841684
printf(" "VMOPTION("nohandlers")" disable sigsegv & sigusr1 handlers\n");
1685-
printf(" "VMOPTION("pollpip")" output . on each poll for input\n");
1685+
printf(" "VMOPTION("pollpip")" (0|1) output on each poll for input\n");
16861686
printf(" "VMOPTION("checkpluginwrites")" check for writes past end of object in plugins\n");
16871687
printf(" "VMOPTION("pathenc")" <enc> set encoding for pathnames (default: UTF-8)\n");
16881688
printf(" "VMOPTION("plugins")" <path> specify alternative plugin location (see manpage)\n");

0 commit comments

Comments
 (0)