X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Fbtr%2Fbtr.sh;h=2b79088d4ba597fa74482886de5af00e9786180a;hb=3b00623fb5e4bc96e244eadb73cfba2bbc43462e;hp=75bb7cde9f73c5c9437bdb2a9519e098c0428483;hpb=14b604bea2501022d3d828f746a6fa2b2055a00a;p=m6w6%2Fbtr diff --git a/lib/btr/btr.sh b/lib/btr/btr.sh index 75bb7cd..2b79088 100755 --- a/lib/btr/btr.sh +++ b/lib/btr/btr.sh @@ -1,28 +1,28 @@ #!/bin/sh function help { - echo "btr v0.2.0, (c) Michael Wallner " - echo - echo "Usage: $(basename $0) [-hv] [] " - echo - echo " -h, --help Display this help" - echo " -v, --verbose Be more verbose" - echo - echo " Options:" - echo " -s, --source= Use the specified source ruleset" - echo " -b, --build= Use the specified build ruleset" - echo " -r, --report= Use the specifued report ruleset" - echo " -B, --branch= Checkout this branch" - echo " -D, --directory= Use this directory as work root" - echo " -S, --suffix= Append suffix to the build name" - echo " -C, --configure= Define \$CONFIGURE options" - echo - echo " Rulesets:" - echo " source: git, svn" - echo " build: php, pecl" - echo " report: mail" - echo - exit + echo "btr v0.2.0, (c) Michael Wallner " + echo + echo "Usage: $(basename $0) [-hv] [] " + echo + echo " -h, --help Display this help" + echo " -v, --verbose Be more verbose" + echo + echo " Options:" + echo " -s, --source= Use the specified source ruleset" + echo " -b, --build= Use the specified build ruleset" + echo " -r, --report= Use the specifued report ruleset" + echo " -B, --branch= Checkout this branch" + echo " -D, --directory= Use this directory as work root" + echo " -S, --suffix= Append suffix to the build name" + echo " -C, --configure= Define \$CONFIGURE options" + echo + echo " Rulesets:" + echo " source: git, svn" + echo " build: php, pecl" + echo " report: mail" + echo + exit } function parseopts { @@ -181,4 +181,4 @@ function confirm { esac } -# vim: set noet +# vim: noet