Fix option name in maintenance/importDump.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 23 Jul 2018 16:06:20 +0000 (12:06 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 3 Oct 2018 18:50:14 +0000 (14:50 -0400)
Bug: T200138
Change-Id: Icc5d9878bc3ebdf03efec9161b220ad0bf55dc9a

maintenance/importDump.php

index 965906f..f30fbb5 100644 (file)
@@ -82,7 +82,7 @@ TEXT
                );
                $this->addOption( 'image-base-path', 'Import files from a specified path', false, true );
                $this->addOption( 'skip-to', 'Start from nth page by skipping first n-1 pages', false, true );
-               $this->addOption( 'username-interwiki', 'Use interwiki usernames with this prefix', false, true );
+               $this->addOption( 'username-prefix', 'Prefix for interwiki usernames', false, true );
                $this->addOption( 'no-local-users',
                        'Treat all usernames as interwiki. ' .
                        'The default is to assign edits to local users where they exist.',