summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2012-11-15 09:22:50 -0500
committerPierre Schmitz <pierre@archlinux.de>2012-11-15 15:25:07 +0100
commit890baf68915294d27dfb11efc7a889e21e46ec2b (patch)
treea279610cfc60ccee05101eeef678dcb50ccfe0b2 /archbuild.in
parent2020fb406a37d4d1ee981e72f9fa08d203e39cad (diff)
downloaddevtools32-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 'archbuild.in')
-rw-r--r--archbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in
index 00234f3..10d33b8 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -18,7 +18,7 @@ chroots='/var/lib/archbuild'
clean_first=false
usage() {
- echo "usage $cmd"
+ echo "Usage: $cmd"
echo ' -c Recreate the chroot before building'
echo ' -r <dir> Create chroots in this directory'
exit 1