From 2aaa8c7be4669758c5c1c0214b846cb422bbbe18 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Oct 2013 14:51:51 -0400 Subject: wording --- GitAnnex/Options.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GitAnnex') 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) -- cgit v1.2.3