Index: trunk/extensions/DataCenter/CLI/Initialize.php |
— | — | @@ -13,8 +13,8 @@ |
14 | 14 | // Get a connection |
15 | 15 | $dbw = wfGetDB( DB_MASTER ); |
16 | 16 | // Runs initialization |
17 | | - $dbw->sourceFile( dirname( dirname( __FILE__ ) ) . '/DataCenter.sql' ); |
| 17 | + $dbw->sourceFile( dirname( dirname( __FILE__ ) ) . '/DataCenter.sql' ); |
18 | 18 | } else { |
19 | | - echo "Nothing was changed. The --confirm=yes parameter is required.\n"; |
| 19 | + echo "Nothing was changed. Run with --help for usage information.\n"; |
20 | 20 | } |
21 | | -} |
| 21 | +} |
\ No newline at end of file |