X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=share%2Fbtr%2Fbtr.sh;h=03cbdf3b574263dcad924dcc87f48160d43a2efc;hp=91bd80102e485820ec93efa1ee56c1eb9a8811d7;hb=dbcbb3c734fe1ba928dc9c4819d4997eab1a8300;hpb=03ad57898bb90437b1f3c7e9c0f18e837f06331f diff --git a/share/btr/btr.sh b/share/btr/btr.sh index 91bd801..03cbdf3 100755 --- a/share/btr/btr.sh +++ b/share/btr/btr.sh @@ -37,21 +37,6 @@ function btr-help { "$(find "$BTR_LIBDIR/$ruleset" -name '*.mk' -exec basename {} .mk \; | sort | xargs)" done echo - echo " Examples:" - echo - echo " Clone PHP's git, use PHP-5.5 branch, build with php ruleset and" - echo " run the test suite with valgrind (-m) on a debug build and report" - echo " the results with a simple OSD notification:" - echo " $ btr -s git=git@php.net:php/php-src.git -B PHP-5.5 \\" - echo " -b \"php=--enable-debug\" -T-m -r notify-send" - echo " See also php.example.conf" - echo - echo " Clone CURL's git (use master), build with GNU autotools" - echo " ruleset which runs 'make check' and mail the report to the" - echo " current user. Verbosely show all actions taken:" - echo " $ btr -v -s git=https://github.com/bagder/curl.git -b gnu -r mail" - echo " See also curl.example.conf" - echo exit } export -f btr-help