Skip to content

Commit

Permalink
removed duplicate app/console
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Feb 26, 2015
1 parent 7ea0873 commit 132d31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Command/GaugeCommand.php
Expand Up @@ -23,9 +23,9 @@ protected function configure()
->addArgument('key', InputArgument::REQUIRED, 'The key')
->addArgument('value', InputArgument::REQUIRED, 'The value')
->setHelp(<<<EOT
The <info>%command.full_name%</info> command sends a gauge metric to StatsD:
The <info>%command.name%</info> command sends a gauge metric to StatsD:
<info>./app/console %command.full_name%</info>
<info>%command.full_name%</info>
EOT
);
Expand All @@ -39,4 +39,4 @@ protected function execute(InputInterface $input, OutputInterface $output)
);
$this->getClientService()->send($data);
}
}
}

0 comments on commit 132d31f

Please sign in to comment.