Skip to content

Commit c293ab5

Browse files
authored
Update StatusCommand argument descriptions
1 parent fe29aef commit c293ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/StatusCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ protected function configure()
6868
->setName(self::$defaultName)
6969
->setDescription('Show status about your translations.')
7070
->addArgument('configuration', InputArgument::OPTIONAL, 'The configuration to use', 'default')
71-
->addArgument('locale', InputArgument::OPTIONAL, 'The locale ot use. If omitted, we use all configured locales.', false)
71+
->addArgument('locale', InputArgument::OPTIONAL, 'The locale to use. If omitted, we use all configured locales.', false)
7272
->addOption('json', null, InputOption::VALUE_NONE, 'If we should output in Json format')
73-
->addOption('bundle', 'b', InputOption::VALUE_REQUIRED, 'The translations for bundle you want to check.')
73+
->addOption('bundle', 'b', InputOption::VALUE_REQUIRED, 'The bundle for which you want to check the translations.')
7474
;
7575
}
7676

0 commit comments

Comments
 (0)