diff --git a/CmdLine/GitAnnex/Options.hs b/CmdLine/GitAnnex/Options.hs index 694b60d240..ed6bca99c7 100644 --- a/CmdLine/GitAnnex/Options.hs +++ b/CmdLine/GitAnnex/Options.hs @@ -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 )