xbps-reconfigure: add -i/--ignore to usage; thanks @chneukirchen.

This commit is contained in:
Juan RP 2015-03-08 10:21:40 +01:00
parent ac93845378
commit 25f7228920

View File

@ -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 <dir> Full path to rootdir\n"
" -v --verbose Verbose messages\n"
" -V --version Show XBPS version\n");