summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-21 20:18:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-21 20:18:35 -0400
commit078d1dd0cbb22dbdd8d97a96c77a391d7df829c0 (patch)
treed73641fbd286efd108e2a36aa145f064b44be820
parent8ed27db18fa38c0ba975805e5d3a32b40825387d (diff)
clarify synopsis re options
-rw-r--r--git-annex-shell.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex-shell.hs b/git-annex-shell.hs
index 1487a6161..940db71c3 100644
--- a/git-annex-shell.hs
+++ b/git-annex-shell.hs
@@ -32,7 +32,7 @@ cmds = map adddirparam $ concat
adddirparam c = c { cmdparams = "DIRECTORY " ++ cmdparams c }
header :: String
-header = "Usage: git-annex-shell [-c] command [option ..]"
+header = "Usage: git-annex-shell [-c] command [parameters ...] [option ..]"
main :: IO ()
main = do