index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Mantas Mikulėnas <grawity@nullroute.eu.org> | 2012-02-03 15:22:44 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-02-06 05:34:46 -0600 |
commit | 17e71fc908df4a5df48c9054f6c0621d3c7b80ea (patch) | |
tree | 582e138e68e9a8d00384a6edca040400e5d3a954 /scripts/makepkg.sh.in | |
parent | 090ea289429c86e7a6f256ccb582d70d32d04013 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index f407e67b..7faaac2b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1829,7 +1829,7 @@ usage() { echo printf -- "$(gettext "Usage: %s [options]")\n" "$0" echo - printf -- "$(gettext "Options:")" + printf -- "$(gettext "Options:")\n" printf -- "$(gettext " -A, --ignorearch Ignore incomplete %s field in %s")\n" "arch" "$BUILDSCRIPT" printf -- "$(gettext " -c, --clean Clean up work files after build")\n" printf -- "$(gettext " -d, --nodeps Skip all dependency checks")\n" |