update with current help message
authorMichael Wallner <mike@php.net>
Mon, 1 Jul 2013 12:04:09 +0000 (14:04 +0200)
committerMichael Wallner <mike@php.net>
Mon, 1 Jul 2013 12:04:09 +0000 (14:04 +0200)
README.md

index e0a929e2eb072f0da49496053261dd042ec908b8..f482cc8c70cd541c9de1e11a8344d33e9efc686d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ A simple tool to automate reporting of build and test results.
 ### Currently supported rulesets:
 
 * ***source:*** git, svn
-* ***build:*** php, pecl
-* ***report:*** mail
+* ***build:*** php, pecl, gnu
+* ***report:*** mail, notify-send
 
 #### Usage
 ```
@@ -29,9 +29,9 @@ Usage: btr [-hv] [<options>] <repository>
     -C, --configure=<options>     Define $CONFIGURE options
 
   Rulesets:
-    source: git, svn
-    build:  php, pecl
-    report: mail
+        source: git svn
+         build: gnu pecl php
+        report: mail notify-send
 ```
 #### Examples