summaryrefslogtreecommitdiff
path: root/Command/Help.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Help.hs')
-rw-r--r--Command/Help.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Help.hs b/Command/Help.hs
index 0da7ecc46..a44dcb234 100644
--- a/Command/Help.hs
+++ b/Command/Help.hs
@@ -56,8 +56,8 @@ showGeneralHelp = putStrLn $ unlines
, Command.Whereis.cmd
, Command.Fsck.cmd
]
- , "Run 'git-annex' for a complete command list."
- , "Run 'git-annex help command' for help on a specific command."
+ , "For a complete command list, run: git-annex"
+ , "For help on a specific command, run: git-annex help COMMAND"
]
where
cmdline c = "\t" ++ cmdname c ++ "\t" ++ cmddesc c