summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-09-01 05:55:28 +0200
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-09 05:27:42 +0200
commitd6b6896a132c53c3b078707b70e25c30c6e6ce3f (patch)
tree7e8c15949985af5d6ac4195490ec9232618455f5
parent31af485d7eeda978dce4c06c9a70fead755a19a7 (diff)
downloadpacman-d6b6896a132c53c3b078707b70e25c30c6e6ce3f.tar.gz
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.in2
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"