mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 03:54:59 -05:00
pkgdelta: add missing --version longopt
This was missed in the switch to parseopts, and was caught by distcheck. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
6a5370b634
commit
7245bc8e8e
@ -157,7 +157,7 @@ create_xdelta()
|
||||
}
|
||||
|
||||
OPT_SHORT='hqV'
|
||||
OPT_LONG=('help' 'quiet' 'max-delta-size:' 'min-pkg-size:')
|
||||
OPT_LONG=('help' 'quiet' 'max-delta-size:' 'min-pkg-size:' 'version')
|
||||
if ! parseopts "$OPT_SHORT" "${OPT_LONG[@]}" -- "$@"; then
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user