Change --copies' meta parameter to NUMBER
This commit is contained in:
parent
1f37d0b00d
commit
cb541b9ecd
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ keyMatchingOptions' =
|
|||
<> completeRemotes
|
||||
)
|
||||
, annexOption (setAnnexState . Limit.addCopies) $ strOption
|
||||
( long "copies" <> short 'C' <> metavar paramRemote
|
||||
( long "copies" <> short 'C' <> metavar paramNumber
|
||||
<> help "skip files with fewer copies"
|
||||
<> hidden
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue