aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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