[pypy-commit] lang-smalltalk storage: Added new parameter to help string.

anton_gulenko noreply at buildbot.pypy.org
Wed May 7 21:16:14 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: storage
Changeset: r802:88893a3ced56
Date: 2014-05-06 13:24 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/88893a3ced56/

Log:	Added new parameter to help string.

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -127,6 +127,7 @@
           -p|--poll_events
           --strategy-log
           --strategy-stats
+		  --strategy-stats-dot
           --strategy-stats-details
           [image path, default: Squeak.image]
     """ % argv[0]


More information about the pypy-commit mailing list