Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martenb committed Apr 13, 2020
1 parent c0102b0 commit 5e3665c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extensions:
## Usage

```shell
# Generate command for symfony/command package
# Generate command for symfony/console package
php bin/console worker:command [options] [--] [<name>]

# Generate control with factory and template
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/CommandJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function configureCommand(Command $command): void
parent::configureCommand($command);

$command
->setDescription('Generate command for symfony/command package.')
->setDescription('Generate command for symfony/console package.')
->addArgument('name', InputArgument::OPTIONAL, 'Command name')
->addOption('namespace', 'ns', InputOption::VALUE_OPTIONAL, 'Command namespace')
->addOption('parent', 'p', InputOption::VALUE_OPTIONAL, 'Command parent class');
Expand Down

0 comments on commit 5e3665c

Please sign in to comment.