]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
cs-adjust-flight: Fix doc about /<pcre> to match implementation
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 11 Nov 2014 19:27:44 +0000 (19:27 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 17 Nov 2014 17:32:10 +0000 (17:32 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
cs-adjust-flight

index 663ca6f9901071f336dfe3279ca539d62296e53a..7ec17e306ab275ee9e98a4003c4640b5a68422cf 100755 (executable)
@@ -18,7 +18,7 @@
 #   <foo-name>
 #   .                 means all jobs
 #   ^<pcre>           means $foo =~ m/^<pcre>/
-#   /<pcre>/          means $foo =~ m/<pcre>/
+#   /<pcre>           means $foo =~ m/<pcre>/
 
 # This is part of "osstest", an automated testing framework for Xen.
 # Copyright (C) 2009-2013 Citrix Inc.