Cscott has uploaded a new change for review.

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


Change subject: Use -D consistently across mw-bundler and mw-latexer to turn on 
stack traces.
......................................................................

Use -D consistently across mw-bundler and mw-latexer to turn on stack traces.

Change-Id: I53e7d693dbf780dfee70970bc1daf508fa21decd
---
M bin/mw-bundler
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/bin/mw-bundler b/bin/mw-bundler
index f08f9a9..41ac23c 100755
--- a/bin/mw-bundler
+++ b/bin/mw-bundler
@@ -30,7 +30,7 @@
                        'Force presence/absence of toc [auto]', 'auto')
        .option('-v, --verbose',
                        'Print verbose progress information')
-       .option('--debug',
+       .option('-D, --debug',
                        'Turn on debugging features (eg, full stack traces on 
exceptions)');
 program.on('--help', function() {
        console.log('  If -o is omitted, creates bundle.zip');

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53e7d693dbf780dfee70970bc1daf508fa21decd
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