diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-12-07 20:28:12 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-12-07 20:28:12 +0100 |
commit | e4871ebbe77f4d6c7fb339b8861001b5715b621f (patch) | |
tree | 90c622595627976966bf0b4bd22805b1a19d35a8 /configure | |
parent | c2f77d08fb15feb5f0f5826c55fa525f3659d986 (diff) |
Improve configure's help output a bit.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |