summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-db-upgrade.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-01-31 05:00:26 +0100
committerDan McGee <dan@archlinux.org>2012-01-31 05:00:26 +0100
commit4f54bde4390d6d4302273a835e79ab1f2827adf8 (patch)
tree6d0484e190ef4927e814524b2b8a46d9aa851315 /scripts/pacman-db-upgrade.sh.in
parent9aa4d9a7b981e48a42203d4c07f729c8b890c62f (diff)
parent9d1e8084dfa0a1ebae6c37e3b839289cb905116f (diff)
downloadpacman-4f54bde4390d6d4302273a835e79ab1f2827adf8.tar.gz
pacman-4f54bde4390d6d4302273a835e79ab1f2827adf8.tar.xz
Merge branch 'maint'
Conflicts: scripts/makepkg.sh.in
Diffstat (limited to 'scripts/pacman-db-upgrade.sh.in')
-rw-r--r--scripts/pacman-db-upgrade.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in
index 402a3199..894152f6 100644
--- a/scripts/pacman-db-upgrade.sh.in
+++ b/scripts/pacman-db-upgrade.sh.in
@@ -3,7 +3,7 @@
# pacman-db-upgrade - upgrade the local pacman db to a newer format
# @configure_input@
#
-# Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -32,13 +32,13 @@ m4_include(library/output_format.sh)
usage() {
printf "pacman-db-upgrade (pacman) %s\n\n" "$myver"
- printf "$(gettext "Usage: %s [pacman_db_root]")\n\n" "$0"
+ printf -- "$(gettext "Usage: %s [pacman_db_root]")\n\n" "$0"
}
version() {
printf "pacman-db-upgrade (pacman) %s\n" "$myver"
- printf "$(gettext "\
-Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>.\n\
+ printf -- "$(gettext "\
+Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.org>.\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
}