aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:28:12 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:28:12 +0100
commite4871ebbe77f4d6c7fb339b8861001b5715b621f (patch)
tree90c622595627976966bf0b4bd22805b1a19d35a8
parentc2f77d08fb15feb5f0f5826c55fa525f3659d986 (diff)
Improve configure's help output a bit.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7e9d15e..86dbed0 100755
--- a/configure
+++ b/configure
@@ -8,10 +8,10 @@ fi
if [ "$#" -lt 2 ]; then
echo "Usage:"
- echo " ./configure <bpt_key_t> <bpt_key_bitmask_t>"
+ echo " $0 <bpt_key_t> <bpt_key_bitmask_t>"
echo
echo "Example:"
- echo " ./configure intptr_t int64_t"
+ echo " $0 intptr_t int64_t"
exit 2
fi