From b84ea019cee3c19d99be095ea4eb47bd7aa36a51 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 7 Jul 2015 22:13:31 +0200 Subject: [PATCH] Change option description --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 3931cc9..dc89a60 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -69,7 +69,7 @@ parser :: ParserSpec ProgArgs parser = ProgArgs `parsedBy` reqPos "term" `Descr` "Keychain search term" `andBy` optFlag "" "keychain" `Descr` "Use a specific keychain (default: all except System)" - `andBy` optFlag "" "exact" `Descr` "Return exact matches by attribute" + `andBy` optFlag "" "exact" `Descr` "Return exact matches with the given class" `andBy` optFlag 10 "limit" `Descr` "Set upper results limit (0: unlimited)" `andBy` boolFlag "content" `Descr` "Print only the items content" `andBy` boolFlag "clipboard" `Descr` "Disable clipboard paste"