r110377 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110376‎ | r110377 | r110378 >
Date:10:29, 31 January 2012
Author:siebrand
Status:ok
Tags:
Comment:
Help text formatting before making functional changes.
Modified paths:
  • /trunk/extensions/Translate/scripts/sync-group.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/sync-group.php
@@ -19,14 +19,14 @@
2020 function showUsage() {
2121 STDERR( <<<EOT
2222 Options:
23 - --group comma separated list of group ids or *
24 - --lang comma separated list of language codes or *
25 - --norc do not add entries to recent changes table
26 - --help this help
27 - --noask skip all conflicts
28 - --start start of the last export (changes in wiki after this will conflict)
29 - --end end of the last export (changes in source before this wont conflict)
30 - --nocolor without colours
 23+ --group Comma separated list of group IDs or *
 24+ --lang Comma separated list of language codes or *
 25+ --norc Do not add entries to recent changes table
 26+ --help This help message
 27+ --noask Skip all conflicts
 28+ --start Start of the last export (changes in wiki after this will conflict)
 29+ --end End of the last export (changes in source before this wont conflict)
 30+ --nocolor Without colours
3131 EOT
3232 );
3333 exit( 1 );

Status & tagging log