diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 14:50:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 14:50:17 -0400 |
commit | 50c6c7406ba4c310e3567dc7d812330ef79098d2 (patch) | |
tree | 925449e6e9382646834b75968e4d3b0b2014dd06 /Command/Drop.hs | |
parent | a86cd4bc8215f01ffe2ba06c63be56656d8ae7cf (diff) |
add --want-get and --want-drop options
New --want-get and --want-drop options which can be used to test preferred
content settings. For example, "git annex find --in . --want-drop"
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index b3f7d7574..5d642ed3a 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -139,7 +139,7 @@ notEnoughCopies key need have skip bad = do unsafe = showNote "unsafe" hint = showLongNote "(Use --force to override this check, or adjust annex.numcopies.)" -{- In auto mode, only runs the action if there are enough copies +{- In auto mode, only runs the action if there are enough - copies on other semitrusted repositories. - - Passes any numcopies attribute of the file on to the action as an |