[pypy-commit] lang-smalltalk storage: Fixed help string.

anton_gulenko noreply at buildbot.pypy.org
Fri Jul 18 14:08:27 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: storage
Changeset: r901:37ace0c8899d
Date: 2014-07-12 13:16 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/37ace0c8899d/

Log:	Fixed help string.

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -12,7 +12,7 @@
 
 def _usage(argv):
     print """
-    Usage: %s <path> [-r|-m] [-naHu] [-jpis] [-tlLE]
+    Usage: %s <path> [-r|-m|-h] [-naPu] [-jpis] [-tlLE]
             <path> - image path (default: Squeak.image)
 
           Execution mode:
@@ -35,9 +35,6 @@
             -j|--jit <jitargs> - jitargs will be passed to the jit configuration.
             -p|--poll          - Actively poll for events. Try this if the image is not responding well.
             -i|--no-interrupts - Disable timer interrupt. Disables non-cooperative scheduling.
-            -s <num>           - After num stack frames, the entire stack will be dumped to the heap.
-                                 This breaks performance, but protects agains stack overflow.
-                                 num <= 0 disables stack protection (default: %d)
             -S                 - Disable specialized storage strategies; always use generic ListStorage
             
           Logging parameters:


More information about the pypy-commit mailing list