From 51ec53846cec45626609122674a4cdb3ecf12888 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Nov 2014 11:14:29 +0100 Subject: [PATCH] xbps-rindex: added 'd' to shortopts. --- bin/xbps-rindex/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-rindex/main.c b/bin/xbps-rindex/main.c index 7e8974c5..55701ec8 100644 --- a/bin/xbps-rindex/main.c +++ b/bin/xbps-rindex/main.c @@ -55,7 +55,7 @@ usage(bool fail) int main(int argc, char **argv) { - const char *shortopts = "acfhrVv"; + const char *shortopts = "acdfhrVv"; struct option longopts[] = { { "add", no_argument, NULL, 'a' }, { "clean", no_argument, NULL, 'c' },