Change --copies' meta parameter to NUMBER

This commit is contained in:
Gergely Risko 2024-04-22 17:32:06 +02:00 committed by Joey Hess
parent 1f37d0b00d
commit cb541b9ecd
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
)