From 132d31fcb0c0bf1def635b28f9da112085146d87 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 26 Feb 2015 12:34:05 +0100 Subject: [PATCH] removed duplicate app/console --- Command/GaugeCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Command/GaugeCommand.php b/Command/GaugeCommand.php index a8c46fb..dbe0505 100644 --- a/Command/GaugeCommand.php +++ b/Command/GaugeCommand.php @@ -23,9 +23,9 @@ protected function configure() ->addArgument('key', InputArgument::REQUIRED, 'The key') ->addArgument('value', InputArgument::REQUIRED, 'The value') ->setHelp(<<%command.full_name% command sends a gauge metric to StatsD: +The %command.name% command sends a gauge metric to StatsD: - ./app/console %command.full_name% + %command.full_name% EOT ); @@ -39,4 +39,4 @@ protected function execute(InputInterface $input, OutputInterface $output) ); $this->getClientService()->send($data); } -} \ No newline at end of file +}