docs
authorMichael Wallner <mike@php.net>
Fri, 28 Jun 2013 21:10:11 +0000 (23:10 +0200)
committerMichael Wallner <mike@php.net>
Fri, 28 Jun 2013 21:10:11 +0000 (23:10 +0200)
README.md

index 04bab764e0e04204dd3e1bbe997f750d62ae9520..a2d16aca2e2150499ed3037f421cdc9f05a4e026 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ Usage: btr [-hv] [<options>] <repository>
     -C, --configure=<options>     Define $CONFIGURE options
 
   Rulesets:
-    source: git
-    build:  php
+    source: git, svn
+    build:  php, pecl
     report: mail
 ```
 #### Examples
 
-`USER=mike@php.net ./bin/btr -s svn -b pecl -r mail -v https://svn.php.net/repository/pecl/http -B branches/DEV_2`
+`./bin/btr -s svn -b pecl -r mail -v https://svn.php.net/repository/pecl/http -B branches/DEV_2`
 
 `USER=mike@php.net TESTS=tests/output ./bin/btr -s git -b php -r mail git@git.php.net:php-src.git`