From 47914fdf9a86d3ce2b75fc6f7743bc604711e6aa Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 17 Oct 2014 17:25:20 +0200 Subject: -k requires parameter. fixes #902 --- bin/striplangs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/striplangs.php b/bin/striplangs.php index 6335bc84c..82d27d462 100755 --- a/bin/striplangs.php +++ b/bin/striplangs.php @@ -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', -- cgit v1.2.3