Author: Anton Gulenko <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit