From 25f722892078ff54abf875202684a5fbeff87f16 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Mar 2015 10:21:40 +0100 Subject: [PATCH] xbps-reconfigure: add -i/--ignore to usage; thanks @chneukirchen. --- bin/xbps-reconfigure/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xbps-reconfigure/main.c b/bin/xbps-reconfigure/main.c index 38c8b5a9..2fd51534 100644 --- a/bin/xbps-reconfigure/main.c +++ b/bin/xbps-reconfigure/main.c @@ -44,6 +44,7 @@ usage(bool fail) " -d --debug Debug mode shown to stderr\n" " -f --force Force reconfiguration\n" " -h --help Print usage help\n" + " -i --ignore PKG Ignore PKG with -a/--all\n" " -r --rootdir Full path to rootdir\n" " -v --verbose Verbose messages\n" " -V --version Show XBPS version\n");