Skip to content

Commit

Permalink
Fix example syntax output in usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weltraumschaf committed Feb 17, 2013
1 parent 2add233 commit c8c1ab4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/EBNF/Command.php
Expand Up @@ -160,9 +160,8 @@ private static function usage($baseName) {
" -d Enables debug output." . PHP_EOL .
" -h This help." . PHP_EOL . PHP_EOL .

"Example grammar:" . PHP_EOL .
$example->__toString() . PHP_EOL .
'}' . PHP_EOL . PHP_EOL;
"Example grammar:" . PHP_EOL . PHP_EOL .
"\t" . $example->__toString() . PHP_EOL . PHP_EOL;
}

/**
Expand Down

0 comments on commit c8c1ab4

Please sign in to comment.