[pacman-dev] [PATCH] makepkg: fix order of --help output
Allan McRae
allan at archlinux.org
Sat Sep 8 23:52:51 EDT 2012
Small alphabeticalization issue in options passable to pacman.
Signed-off-by: Allan McRae <allan at archlinux.org>
---
scripts/makepkg.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index aed6b8b..6de7b4f 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2261,8 +2261,8 @@ usage() {
echo
printf -- "$(gettext "These options can be passed to %s:")\n" "pacman"
echo
- printf -- "$(gettext " --noconfirm Do not ask for confirmation when resolving dependencies")\n"
printf -- "$(gettext " --asdeps Install packages as non-explicitly installed")\n"
+ printf -- "$(gettext " --noconfirm Do not ask for confirmation when resolving dependencies")\n"
printf -- "$(gettext " --noprogressbar Do not show a progress bar when downloading files")\n"
echo
printf -- "$(gettext "If %s is not specified, %s will look for '%s'")\n" "-p" "makepkg" "$BUILDSCRIPT"
--
1.7.12
More information about the pacman-dev
mailing list