Brion VIBBER has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350783 )

Change subject: Fix help text for --d on shell.php
......................................................................

Fix help text for --d on shell.php

1 is stderr, not 0

Change-Id: Iaee4ffd5767f8ae693e8ef19371ce38fe6bd1817
---
M maintenance/shell.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/350783/1

diff --git a/maintenance/shell.php b/maintenance/shell.php
index 9f2306f..5df5b54 100644
--- a/maintenance/shell.php
+++ b/maintenance/shell.php
@@ -49,8 +49,8 @@
                parent::__construct();
                $this->addOption( 'd',
                        'For back compatibility with eval.php. ' .
-                       '0 send debug to stderr. ' .
-                       'With 1 additionally initialize database with debugging 
',
+                       '1 send debug to stderr. ' .
+                       'With 2 additionally initialize database with debugging 
',
                        false, true
                );
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaee4ffd5767f8ae693e8ef19371ce38fe6bd1817
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <[email protected]>

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

Reply via email to