Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94879


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/79/94879/1

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: newchange
Gerrit-Change-Id: I9379b2f175a2e1a3d712849ef7a3db772bb985e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to