mercurial/help.py
changeset 22111 aa5e256839d5
parent 22110 26f7c8033bed
child 22112 d968f4741a22
--- 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 '