diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 14:51:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 14:51:51 -0400 |
commit | 2aaa8c7be4669758c5c1c0214b846cb422bbbe18 (patch) | |
tree | 28c031505e35a29e685bf70ec0e582845e8bfb1f /GitAnnex | |
parent | 50c6c7406ba4c310e3567dc7d812330ef79098d2 (diff) |
wording
Diffstat (limited to 'GitAnnex')
-rw-r--r-- | GitAnnex/Options.hs | 4 |
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) |