diff mercurial/help.py @ 22111:aa5e256839d5

help: improve command summary hint This adds our normal hint parentheses, corrects the command syntax (consider config), and corrects the fullness of help you'll get.
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 03:09:26 -0500
parents 26f7c8033bed
children d968f4741a22
line wrap: on
line diff
--- a/mercurial/help.py	Tue Aug 12 03:01:37 2014 -0500
+++ b/mercurial/help.py	Tue Aug 12 03:09:26 2014 -0500
@@ -293,7 +293,7 @@
 
         if not ui.verbose:
             if not full:
-                rst.append(_('\nuse "hg help %s" to show the full help text\n')
+                rst.append(_('\n(use "hg %s -h" to show more help)\n')
                            % name)
             elif not ui.quiet:
                 rst.append(_('\n(some details hidden, use --verbose '