Skip to content

Commit

Permalink
Merge pull request #4 from dinamic/master
Browse files Browse the repository at this point in the history
fixed some double quotes that needed to be escaped in bin/metrics.php
  • Loading branch information
Jean-François Lépine committed Dec 20, 2013
2 parents 40c2f0d + e10ac9c commit 799e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/metrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
} elseif(is_file($path)) {
$files = array($path);
} else {
die("PHP Metrics by Jean-François Lépine\nUsage: \n\tphp ".basename(__FILE__)." [--json] [--extensions="php|php5|inc|..."] <directory or filename>\n");
die("PHP Metrics by Jean-François Lépine\nUsage: \n\tphp ".basename(__FILE__)." [--json] [--extensions=\"php|php5|inc|...\"] <directory or filename>\n");
}


Expand Down

0 comments on commit 799e477

Please sign in to comment.