diff hgext/children.py @ 8076:5ec526c1a32f

help texts: write command line switches as -a/--abc
author Martin Geisler <mg@lazybytes.net>
date Sat, 18 Apr 2009 14:40:21 +0200
parents 3aaca5901ade
children 46293a0c7e9f
line wrap: on
line diff
--- a/hgext/children.py	Sat Apr 18 00:21:11 2009 -0700
+++ b/hgext/children.py	Sat Apr 18 14:40:21 2009 +0200
@@ -16,9 +16,9 @@
     """show the children of the given or working directory revision
 
     Print the children of the working directory's revisions. If a
-    revision is given via --rev, the children of that revision will be
-    printed. If a file argument is given, revision in which the file
-    was last changed (after the working directory revision or the
+    revision is given via --rev/-r, the children of that revision will
+    be printed. If a file argument is given, revision in which the
+    file was last changed (after the working directory revision or the
     argument to --rev if given) is printed.
     """
     rev = opts.get('rev')