avoid too-long command synopsis

It was making git-annex usage output columns far too wide
This commit is contained in:
Joey Hess 2016-11-30 14:16:57 -04:00
parent 24593aaa32
commit 568d81944a
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -16,8 +16,7 @@ import Types.KeySource
cmd :: Command
cmd = command "reinject" SectionUtility
"inject content of file back into annex"
(paramRepeating (paramPair "SRC" "DEST")
`paramOr` "--known " ++ paramRepeating "SRC")
(paramRepeating (paramPair "SRC" "DEST"))
(seek <$$> optParser)
data ReinjectOptions = ReinjectOptions