diff -r 26f7c8033bed -r aa5e256839d5 mercurial/help.py --- 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 '