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:")
" "pacman"
echo
- printf -- "$(gettext " --noconfirm Do not ask for confirmation when resolving dependencies")
"
printf -- "$(gettext " --asdeps Install packages as non-explicitly installed")
"
+ printf -- "$(gettext " --noconfirm Do not ask for confirmation when resolving dependencies")
"
printf -- "$(gettext " --noprogressbar Do not show a progress bar when downloading files")
"
echo
printf -- "$(gettext "If %s is not specified, %s will look for '%s'")
" "-p" "makepkg" "$BUILDSCRIPT"
--
1.7.12