Skip to content

Commit b166383

Browse files
committed
Merge pull request #44 from OskarStark/patch-3
removed duplicate app/console
2 parents 805d0d1 + 458d5cb commit b166383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Command/DecrementCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ protected function configure()
2222
->setDescription('Decreases a counter by 1 in StatsD')
2323
->addArgument('key', InputArgument::REQUIRED, 'The key')
2424
->setHelp(<<<EOT
25-
The <info>%command.full_name%</info> command sends a decrement metric to StatsD:
25+
The <info>%command.name%</info> command sends a decrement metric to StatsD:
2626
27-
<info>./app/console %command.full_name%</info>
27+
<info>%command.full_name%</info>
2828
2929
EOT
3030
);
@@ -35,4 +35,4 @@ protected function execute(InputInterface $input, OutputInterface $output)
3535
$data = $this->getDataFactory()->decrement($input->getArgument('key'));
3636
$this->getClientService()->send($data);
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)