projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f37d0b
)
Change --copies' meta parameter to NUMBER
author
Gergely Risko
<errge@nilcons.com>
Mon, 22 Apr 2024 15:32:06 +0000
(17:32 +0200)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 30 Apr 2024 19:16:22 +0000
(15:16 -0400)
CmdLine/GitAnnex/Options.hs
patch
|
blob
|
history
diff --git
a/CmdLine/GitAnnex/Options.hs
b/CmdLine/GitAnnex/Options.hs
index 694b60d240d1ec7984300b44a8235c2a1fc8f5c5..ed6bca99c7002d9b0d7273e0c816b7afe7c8e093 100644
(file)
--- 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 param
Remote
+ ( long "copies" <> short 'C' <> metavar param
Number
<> help "skip files with fewer copies"
<> hidden
)