From 47fd57041c010b3202e76942097a3385ea6ef695 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 28 Oct 2011 09:14:06 -0400 Subject: fix longopt for -Q manpage documents it as --query, not --local. --- expac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expac.c') diff --git a/expac.c b/expac.c index 0e123cc..13f4a08 100644 --- a/expac.c +++ b/expac.c @@ -189,7 +189,7 @@ static int parse_options(int argc, char *argv[], alpm_handle_t *handle) { {"group", required_argument, 0, 'g'}, {"help", no_argument, 0, 'h'}, {"file", no_argument, 0, 'p'}, - {"local", no_argument, 0, 'Q'}, + {"query", no_argument, 0, 'Q'}, {"sync", no_argument, 0, 'S'}, {"search", no_argument, 0, 's'}, {"timefmt", required_argument, 0, 't'}, -- cgit v1.2.3-54-g00ecf