From ca8619dd57256be5702dd921f23d1f4967c08405 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 26 May 2014 18:05:30 +0200 Subject: [PATCH] xbps-query: fix fallout due to no_argument -> required_argument changes. --- bin/xbps-query/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-query/main.c b/bin/xbps-query/main.c index d8621bcd..c1893e08 100644 --- a/bin/xbps-query/main.c +++ b/bin/xbps-query/main.c @@ -71,7 +71,7 @@ usage(bool fail) int main(int argc, char **argv) { - const char *shortopts = "C:c:dfhHLlmOo:p:Rr:s:S:VvXx"; + const char *shortopts = "C:c:df:hHLlmOo:p:Rr:s:S:VvX:x:"; const struct option longopts[] = { { "config", required_argument, NULL, 'C' }, { "cachedir", required_argument, NULL, 'c' },