@@ -26,16 +26,16 @@ |
||
| 26 | 26 | protected function configure() |
| 27 | 27 | { |
| 28 | 28 | $this->setName('pjbserver:reveal') |
| 29 | - ->setDescription( |
|
| 30 | - 'Print the underlying java cli command' |
|
| 31 | - ) |
|
| 29 | + ->setDescription( |
|
| 30 | + 'Print the underlying java cli command' |
|
| 31 | + ) |
|
| 32 | 32 | ->addArgument( |
| 33 | 33 | 'config-file', |
| 34 | 34 | InputArgument::REQUIRED, |
| 35 | 35 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 36 | 36 | ) |
| 37 | 37 | |
| 38 | - ->setHelp(<<<EOT |
|
| 38 | + ->setHelp(<<<EOT |
|
| 39 | 39 | Echo the underlying cli command (call to java) that will be called. |
| 40 | 40 | EOT |
| 41 | 41 | ); |