You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Command/TranslationUpdateCommand.php
+69-16Lines changed: 69 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ protected function configure(): void
76
76
newInputOption('force', null, InputOption::VALUE_NONE, 'Should the extract be done'),
77
77
newInputOption('clean', null, InputOption::VALUE_NONE, 'Should clean not found messages'),
78
78
newInputOption('domain', null, InputOption::VALUE_OPTIONAL, 'Specify the domain to extract'),
79
-
newInputOption('sort', null, InputOption::VALUE_OPTIONAL, 'Return list of messages sorted alphabetically (only works with --dump-messages)', 'asc'),
79
+
newInputOption('sort', null, InputOption::VALUE_OPTIONAL, 'Return list of messages sorted alphabetically'),
80
80
newInputOption('as-tree', null, InputOption::VALUE_OPTIONAL, 'Dump the messages as a tree-like structure: The given value defines the level where to switch to inline YAML'),
81
81
])
82
82
->setHelp(<<<'EOF'
@@ -100,7 +100,7 @@ protected function configure(): void
100
100
You can sort the output with the <comment>--sort</> flag:
101
101
102
102
<info>php %command.full_name% --dump-messages --sort=asc en AcmeBundle</info>
0 commit comments