diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 20:05:46 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 20:05:46 +0000 |
commit | 8c0cc50f65b62f966b79ca650868dee65b18b095 (patch) | |
tree | 492b84e4d6776b435d4ac14de690abdcdbd5c920 /macroszification | |
parent | 907b767f503f739451a37f099969fa02c316695a (diff) | |
download | spec-helper-8c0cc50f65b62f966b79ca650868dee65b18b095.tar spec-helper-8c0cc50f65b62f966b79ca650868dee65b18b095.tar.gz spec-helper-8c0cc50f65b62f966b79ca650868dee65b18b095.tar.bz2 spec-helper-8c0cc50f65b62f966b79ca650868dee65b18b095.tar.xz spec-helper-8c0cc50f65b62f966b79ca650868dee65b18b095.zip |
Upgrade help.
Diffstat (limited to 'macroszification')
-rw-r--r-- | macroszification | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macroszification b/macroszification index 98eb02c..99909be 100644 --- a/macroszification +++ b/macroszification @@ -9,11 +9,12 @@ function usage () { rval=$1 - echo "Usage: $(basename $0) -d --nocheck --clean SPEC-FILE" + echo "Usage: $(basename $0) -d --help --nodiff --nocheck --clean SPEC-FILE" echo -e "\t-d: Product only a diff don't change nothing" echo -e "\t--nocheck: Don't try do check about Prefix %configure" echo -e "\t--clean: remove the old files after" echo -e "\t--nodiff: I don't want to see the diff output" + echo -e "\t--help: This help" exit $rval; } while [[ $1 == -* ]];do |