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
|
||||||
cmd = command "reinject" SectionUtility
|
cmd = command "reinject" SectionUtility
|
||||||
"inject content of file back into annex"
|
"inject content of file back into annex"
|
||||||
(paramRepeating (paramPair "SRC" "DEST")
|
(paramRepeating (paramPair "SRC" "DEST"))
|
||||||
`paramOr` "--known " ++ paramRepeating "SRC")
|
|
||||||
(seek <$$> optParser)
|
(seek <$$> optParser)
|
||||||
|
|
||||||
data ReinjectOptions = ReinjectOptions
|
data ReinjectOptions = ReinjectOptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue