tweak
This commit is contained in:
parent
e80160380a
commit
eed4a7fcdf
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ parseCmd argv state = do
|
|||
(_, _, errs) -> ioError (userError (concat errs ++ usageInfo header options))
|
||||
lookupCmd cmd = filter (\c -> cmd == cmdname c) cmds
|
||||
header = "Usage: git-annex [" ++
|
||||
(join "|" $ map cmdname cmds) ++ "] file ..."
|
||||
(join "|" $ map cmdname cmds) ++ "] ..."
|
||||
options = [ Option ['f'] ["force"] (NoArg Force) "allow actions that may loose annexed data" ]
|
||||
|
||||
{- Annexes a file, storing it in a backend, and then moving it into
|
||||
|
|
Loading…
Reference in a new issue