Cscott has uploaded a new change for review.

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


Change subject: Whitespace fixes.
......................................................................

Whitespace fixes.

Change-Id: Ib0fbd30a2483403b2bea33c9cd487cd7d52a7512
---
M bin/mw-bundler
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Collection/OfflineContentGenerator/bundler
 refs/changes/48/96548/1

diff --git a/bin/mw-bundler b/bin/mw-bundler
index 81a54e4..60580d1 100755
--- a/bin/mw-bundler
+++ b/bin/mw-bundler
@@ -16,7 +16,7 @@
 program
        .version(bundler.version)
        .usage('[options] <title> [title...]')
-    .option('-m, --metabook <metabook.json>',
+       .option('-m, --metabook <metabook.json>',
                        'Use article list and structure from the specified json 
file')
        .option('-d, --directory <dirname>',
                        'Don\'t zip up the output bundle; leave it in 
<dirname>')
@@ -24,14 +24,14 @@
                        'Save zip to the given <filename>', null)
        .option('-p, --prefix <prefix>',
                        'Which wiki prefix to use to resolve the title', 
'enwiki')
-    .option('-n, --nfo <nfo.json>',
+       .option('-n, --nfo <nfo.json>',
                        'Use mediawiki API configuration from the specified 
json file')
        .option('-a, --api <url>',
                        'Parsoid API root', 
'http://parsoid-lb.eqiad.wikimedia.org/')
-    .option('-v, --verbose',
+       .option('-v, --verbose',
                        'Print verbose progress information');
 program.on('--help', function() {
-    console.log('  If -o is omitted, creates bundle.zip');
+       console.log('  If -o is omitted, creates bundle.zip');
        console.log('  The -m option can be used instead of specifying titles');
 });
 
@@ -129,7 +129,7 @@
                var w;
                interwikimap.forEach(function(ww) {
                        if (ww.prefix === program.prefix ||
-                           (ww.prefix + 'wiki') === program.prefix) {
+                               (ww.prefix + 'wiki') === program.prefix) {
                                w = ww;
                        }
                });

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0fbd30a2483403b2bea33c9cd487cd7d52a7512
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Collection/OfflineContentGenerator/bundler
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

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

Reply via email to