falconindy / expac

alpm data extraction utility
91 stars 15 forks source link

--query option is not recognized #3

Closed seschwar closed 12 years ago

seschwar commented 12 years ago

According to the manual page cower should also recognize the --query option:

-Q, --query Search the local database for provided targets. This is the default behavior.

However it does not:

$ expac -Q
error: missing format string (use -h for help)
$ expac --query
expac: unrecognized option '--query'
falconindy commented 12 years ago

Yeah this has probably been broken forever. The longopt that actually works is --local, but I'll of course change this to match the documentation.

falconindy commented 12 years ago

Fixed by 47fd57041c010b3202e76942097a3385ea6ef695