diff options
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index 81667ee76..57f3b9898 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -163,6 +163,7 @@ options = Option.common ++ "skip files smaller than a size" , Option ['T'] ["time-limit"] (ReqArg Limit.addTimeLimit paramTime) "stop after the specified amount of time" + , Option [] ["trust-glacier"] (NoArg (Annex.setFlag "trustglacier")) "Trust Amazon Glacier inventory" ] ++ Option.matcher where setnumcopies v = Annex.changeState $ |