Jeroen De Dauw has submitted this change and it was merged.

Change subject: Fix typos in dumpJson command options
......................................................................


Fix typos in dumpJson command options

Change-Id: I9379b2f175a2e1a3d712849ef7a3db772bb985e9
---
M repo/maintenance/dumpJson.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/maintenance/dumpJson.php b/repo/maintenance/dumpJson.php
index b114de6..75da1ea 100644
--- a/repo/maintenance/dumpJson.php
+++ b/repo/maintenance/dumpJson.php
@@ -55,9 +55,9 @@
                $this->mDescription = 'Generate a JSON dump from entities in 
the repository.';
 
                $this->addOption( 'list-file', "A file containing one entity ID 
per line.", false, true );
-               $this->addOption( 'entity-type', "Only dump this kind of 
entitiy, e.g. `item` or `property`.", false, true );
+               $this->addOption( 'entity-type', "Only dump this kind of 
entity, e.g. `item` or `property`.", false, true );
                $this->addOption( 'sharding-factor', "The number of shards 
(must be >= 1)", false, true );
-               $this->addOption( 'shard', "A the shard to output (must be lett 
than the sharding-factor) ", false, true );
+               $this->addOption( 'shard', "The shard to output (must be less 
than the sharding-factor) ", false, true );
                $this->addOption( 'output', "Output file (default is stdout) ", 
false, true );
                $this->addOption( 'quiet', "Disable progress reporting", false, 
false );
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/94879
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9379b2f175a2e1a3d712849ef7a3db772bb985e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to