diff --git a/hphp/test/run b/hphp/test/run index c3e1137e4..ce2716780 100755 --- a/hphp/test/run +++ b/hphp/test/run @@ -6,32 +6,37 @@ function usage() { global $argv; - return " $argv[0] [-m jit|hhir|interp] [-r] "; + return "usage: $argv[0] [-m jit|hhir|interp] [-r] "; } function help() { global $argv; + $ztestexample = 'test/zend/good/*/*z*.php'; $help = <<