Skip to content

Commit e2e678c

Browse files
committed
Merge pull request #43 from OskarStark/patch-1
removed duplicate app/console
2 parents b166383 + 0cd39ee commit e2e678c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Command/IncrementCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ protected function configure()
2323
->setDescription('Increases a counter by 1 in StatsD')
2424
->addArgument('key', InputArgument::REQUIRED, 'The key')
2525
->setHelp(<<<EOT
26-
The <info>%command.full_name%</info> command sends an increment metric to StatsD:
26+
The <info>%command.name%</info> command sends an increment metric to StatsD:
2727
28-
<info>./app/console %command.full_name%</info>
28+
<info>%command.full_name%</info>
2929
3030
EOT
3131
);
@@ -36,4 +36,4 @@ protected function execute(InputInterface $input, OutputInterface $output)
3636
$data = $this->getDataFactory()->increment($input->getArgument('key'));
3737
$this->getClientService()->send($data);
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)