mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05: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:
parent
566dc23357
commit
1e0b2f6629
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user