diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2012-11-15 09:22:50 -0500 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-11-15 15:25:07 +0100 |
commit | 890baf68915294d27dfb11efc7a889e21e46ec2b (patch) | |
tree | a279610cfc60ccee05101eeef678dcb50ccfe0b2 /makechrootpkg.in | |
parent | 2020fb406a37d4d1ee981e72f9fa08d203e39cad (diff) | |
download | devtools32-890baf68915294d27dfb11efc7a889e21e46ec2b.tar.xz |
Make sure the usage functions are consistent
The usage messages now begins with a "Usage:", i.e. capitalized and with a colon. Fixes FS#26956.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r-- | makechrootpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index 6c0b013..762ad7b 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -28,7 +28,7 @@ default_copy=$USER src_owner=${SUDO_USER:-$USER} usage() { - echo "usage ${0##*/} [options] -r <chrootdir> [--] [makepkg args]" + echo "Usage: ${0##*/} [options] -r <chrootdir> [--] [makepkg args]" echo ' Run this script in a PKGBUILD dir to build a package inside a' echo ' clean chroot. All unrecognized arguments passed to this script' echo ' will be passed to makepkg.' |