diff options
author | Allan McRae <allan@archlinux.org> | 2016-09-01 13:55:28 +1000 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-08 23:27:42 -0400 |
commit | d6b6896a132c53c3b078707b70e25c30c6e6ce3f (patch) | |
tree | 7e8c15949985af5d6ac4195490ec9232618455f5 | |
parent | 31af485d7eeda978dce4c06c9a70fead755a19a7 (diff) | |
download | pacman-d6b6896a132c53c3b078707b70e25c30c6e6ce3f.tar.xz |
Fix typo in pacman-db-upgrade usage message
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit d560a9aecd4027bf23e3d5caf556624797e8f939)
-rw-r--r-- | scripts/pacman-db-upgrade.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index 94085bad..79e1c590 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -40,7 +40,7 @@ usage() { printf -- "$(gettext "Usage: %s [options]")\n" "$0" echo printf -- "$(gettext "options:")\n" - printf -- "$(gettext " -b, --dbpath <path> set an alternate database location")\n" + printf -- "$(gettext " -d, --dbpath <path> set an alternate database location")\n" printf -- "$(gettext " -h, --help show this help message and exit")\n" printf -- "$(gettext " -r, --root <path> set an alternate installation root")\n" printf -- "$(gettext " -V, --version show version information and exit")\n" |