summaryrefslogtreecommitdiff
path: root/CmdLine
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine')
-rw-r--r--CmdLine/GitAnnex/Options.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex/Options.hs b/CmdLine/GitAnnex/Options.hs
index f7e0dcf07..726a6963c 100644
--- a/CmdLine/GitAnnex/Options.hs
+++ b/CmdLine/GitAnnex/Options.hs
@@ -224,6 +224,11 @@ nonWorkTreeMatchingOptions' =
<> hidden
<> completeBackends
)
+ , globalFlag Limit.addSecureHash
+ ( long "securehash"
+ <> help "match files using a cryptographically secure hash"
+ <> hidden
+ )
, globalSetter Limit.addInAllGroup $ strOption
( long "inallgroup" <> metavar paramGroup
<> help "match files present in all remotes in a group"