summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-19 15:59:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-19 15:59:40 -0400
commit7bc4435ffdc1760a7ac8638cdc1cfac78aebaabb (patch)
treeaf591561fa5bf30c82e9fcbb3c83130edad5bcaf /Commands.hs
parent6ef1c2d2daf37dc92b4c364ea34802b62688018b (diff)
update
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index e38f9c372..2addf714e 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -51,7 +51,7 @@ options = [
Option ['f'] ["force"] (NoArg Force) "allow actions that may lose annexed data"
]
-header = "Usage: git-annex [" ++ (join "|" $ map cmdname cmds) ++ "] ..."
+header = "Usage: git-annex " ++ (join "|" $ map cmdname cmds) ++ " [path ...]"
usage = usageInfo header options ++ "\nSubcommands:\n" ++ cmddescs
where