Skip to content
Snippets Groups Projects
Commit 47914fdf authored by Andreas Gohr's avatar Andreas Gohr
Browse files

-k requires parameter. fixes #902

parent fa3d5aa0
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ class StripLangsCLI extends DokuCLI {
$options->registerOption(
'keep',
'Comma separated list of languages to keep in addition to English.',
'k'
'k',
'langcodes'
);
$options->registerOption(
'english-only',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment