avoid too-long command synopsis
It was making git-annex usage output columns far too wide
This commit is contained in:
parent
24593aaa32
commit
568d81944a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue