Change option description

This commit is contained in:
rnhmjoj 2015-07-07 22:13:31 +02:00
parent a20a3adffc
commit b84ea019ce

View File

@ -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"