diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 11:09:49 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 11:09:49 -0500 |
commit | 8c0ab05d635c66feb07ec102515f02d13f9af2d6 (patch) | |
tree | 8cf425cf2243195c0de12c83588a32566588c2f0 /archbuild.in | |
parent | c4785f9cb3e42b29d0cc39198559976cacc07995 (diff) | |
parent | 890baf68915294d27dfb11efc7a889e21e46ec2b (diff) | |
download | devtools32-8c0ab05d635c66feb07ec102515f02d13f9af2d6.tar.xz |
Merge remote-tracking branch 'devtools/master' into complete
Conflicts:
mkarchroot.in
Diffstat (limited to 'archbuild.in')
-rw-r--r-- | archbuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in index 9476415..a41d490 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 |