[pypy-commit] pypy default: also add this to the help message

cfbolz noreply at buildbot.pypy.org
Mon Feb 3 11:49:19 CET 2014


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r69059:534a5450015b
Date: 2014-02-03 11:48 +0100
http://bitbucket.org/pypy/pypy/changeset/534a5450015b/

Log:	also add this to the help message

diff --git a/dotviewer/graphdisplay.py b/dotviewer/graphdisplay.py
--- a/dotviewer/graphdisplay.py
+++ b/dotviewer/graphdisplay.py
@@ -136,6 +136,7 @@
         Click on objects to move around
         Drag with the left mouse button to zoom in/out
         Drag with the right mouse button to scroll
+        Use scroll wheel do scroll up or down
     """.replace('\n    ', '\n').strip()  # poor man's dedent
 
 


More information about the pypy-commit mailing list