summaryrefslogtreecommitdiff
path: root/GitAnnex
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnex')
-rw-r--r--GitAnnex/Options.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAnnex/Options.hs b/GitAnnex/Options.hs
index 6359f83a0..7f4cb60c2 100644
--- a/GitAnnex/Options.hs
+++ b/GitAnnex/Options.hs
@@ -48,9 +48,9 @@ options = Option.common ++
, Option [] ["smallerthan"] (ReqArg Limit.addSmallerThan paramSize)
"match files smaller than a size"
, Option [] ["want-get"] (NoArg Limit.Wanted.addWantGet)
- "match files preferred content wants to get"
+ "match files the repository wants to get"
, Option [] ["want-drop"] (NoArg Limit.Wanted.addWantDrop)
- "match files preferred-content wants to drop"
+ "match files the repository wants to drop"
, Option ['T'] ["time-limit"] (ReqArg Limit.addTimeLimit paramTime)
"stop after the specified amount of time"
, Option [] ["user-agent"] (ReqArg setuseragent paramName)