diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-27 13:51:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-27 13:51:24 -0400 |
commit | d010ee969c82d6bb2d0f60c4b1ce2de3543e0920 (patch) | |
tree | fef62e7155b8ae9977ce51294339693f548cd964 /GitAnnexShell.hs | |
parent | 3b1d7915569b0dbfa6cefc54e0537d19290e08bf (diff) |
Per-command usage messages.
Diffstat (limited to 'GitAnnexShell.hs')
-rw-r--r-- | GitAnnexShell.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAnnexShell.hs b/GitAnnexShell.hs index 0431b06f2..2661d52e8 100644 --- a/GitAnnexShell.hs +++ b/GitAnnexShell.hs @@ -62,7 +62,7 @@ options = Option.common ++ expected ++ " but found " ++ s header :: String -header = "Usage: git-annex-shell [-c] command [parameters ...] [option ..]" +header = "git-annex-shell [-c] command [parameters ...] [option ...]" run :: [String] -> IO () run [] = failure |