Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/rebuildpkgs.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 11:09:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 11:09:49 -0500
commit8c0ab05d635c66feb07ec102515f02d13f9af2d6 (patch)
tree8cf425cf2243195c0de12c83588a32566588c2f0 /rebuildpkgs.in
parentc4785f9cb3e42b29d0cc39198559976cacc07995 (diff)
parent890baf68915294d27dfb11efc7a889e21e46ec2b (diff)
Merge remote-tracking branch 'devtools/master' into complete
Conflicts: mkarchroot.in
Diffstat (limited to 'rebuildpkgs.in')
-rw-r--r--rebuildpkgs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuildpkgs.in b/rebuildpkgs.in
index f7b1612..a4c8969 100644
--- a/rebuildpkgs.in
+++ b/rebuildpkgs.in
@@ -12,7 +12,7 @@
m4_include(lib/common.sh)
if (( $# < 1 )); then
- echo "usage: $(basename $0) <chrootdir> <packages to rebuild>"
+ echo "Usage: $(basename $0) <chrootdir> <packages to rebuild>"
echo " example: $(basename $0) ~/chroot readline bash foo bar baz"
exit 1
fi