summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-09-01 05:55:28 +0200
committerAllan McRae <allan@archlinux.org>2016-09-02 15:26:02 +0200
commitd560a9aecd4027bf23e3d5caf556624797e8f939 (patch)
tree125239210a78e3ab7699a2e984c9f132dbac5842
parent1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a (diff)
downloadpacman-d560a9aecd4027bf23e3d5caf556624797e8f939.tar.gz
pacman-d560a9aecd4027bf23e3d5caf556624797e8f939.tar.xz
Fix typo in pacman-db-upgrade usage message
Signed-off-by: Allan McRae <allan@archlinux.org>
-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"