clarify synopsis re options
This commit is contained in:
parent
8ed27db18f
commit
078d1dd0cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue