summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-10-17 17:25:20 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-10-17 17:25:20 +0200
commit47914fdf9a86d3ce2b75fc6f7743bc604711e6aa (patch)
treee09172ff37b485ebdd2855e7842acc0022c6abce /bin
parentfa3d5aa058cc768bc6716e2559d65d13f045c861 (diff)
downloadrpg-47914fdf9a86d3ce2b75fc6f7743bc604711e6aa.tar.gz
rpg-47914fdf9a86d3ce2b75fc6f7743bc604711e6aa.tar.bz2
-k requires parameter. fixes #902
Diffstat (limited to 'bin')
-rwxr-xr-xbin/striplangs.php3
1 files changed, 2 insertions, 1 deletions
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',