From e4871ebbe77f4d6c7fb339b8861001b5715b621f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 7 Dec 2011 20:28:12 +0100 Subject: Improve configure's help output a bit. --- configure | 4 ++-- 1 file 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 " + echo " $0 " echo echo "Example:" - echo " ./configure intptr_t int64_t" + echo " $0 intptr_t int64_t" exit 2 fi -- cgit v1.2.3