From 80db818acb22779724680fa06e5374583352ebc6 Mon Sep 17 00:00:00 2001
From: Johan Holmberg <holmberg556@gmail.com>
Date: Sat, 9 May 2009 06:31:36 +0000
Subject: [PATCH] add --help entry about --xml option

---
 bin/cmdtest.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/cmdtest.rb b/bin/cmdtest.rb
index 7585d3b..cc6025b 100755
--- a/bin/cmdtest.rb
+++ b/bin/cmdtest.rb
@@ -328,6 +328,7 @@ module Cmdtest
       puts "  --verbose         be more verbose"
       puts "  --fast            run fast without waiting for unique mtime:s"
       puts "  --test=NAME       only run named test"
+      puts "  --xml=FILE        write summary on JUnit format"
     end
 
   end