1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

pacman-db-upgrade: fix --config option typo

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2014-10-20 13:50:23 -04:00 committed by Allan McRae
parent 566dc23357
commit 1e0b2f6629

View File

@ -94,7 +94,7 @@ fi
USE_COLOR='y'
OPT_SHORT="d:hr:V"
OPT_LONG=('confg' 'dbpath:' 'help' 'nocolor' 'root:' 'version')
OPT_LONG=('config:' 'dbpath:' 'help' 'nocolor' 'root:' 'version')
if ! parseopts "$OPT_SHORT" "${OPT_LONG[@]}" -- "$@"; then
exit 1 # E_INVALID_OPTION
fi