https://www.mediawiki.org/wiki/Special:Code/MediaWiki/110377

Revision: 110377
Author:   siebrand
Date:     2012-01-31 10:29:09 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
Help text formatting before making functional changes.

Modified Paths:
--------------
    trunk/extensions/Translate/scripts/sync-group.php

Modified: trunk/extensions/Translate/scripts/sync-group.php
===================================================================
--- trunk/extensions/Translate/scripts/sync-group.php   2012-01-31 10:26:22 UTC 
(rev 110376)
+++ trunk/extensions/Translate/scripts/sync-group.php   2012-01-31 10:29:09 UTC 
(rev 110377)
@@ -19,14 +19,14 @@
 function showUsage() {
        STDERR( <<<EOT
 Options:
-       --group comma separated list of group ids or *
-       --lang  comma separated list of language codes or *
-       --norc  do not add entries to recent changes table
-       --help  this help
-       --noask skip all conflicts
-       --start start of the last export (changes in wiki after this will 
conflict)
-       --end   end of the last export (changes in source before this wont 
conflict)
-       --nocolor       without colours
+  --group       Comma separated list of group IDs or *
+  --lang        Comma separated list of language codes or *
+  --norc        Do not add entries to recent changes table
+  --help        This help message
+  --noask       Skip all conflicts
+  --start       Start of the last export (changes in wiki after this will 
conflict)
+  --end         End of the last export (changes in source before this wont 
conflict)
+  --nocolor     Without colours
 EOT
 );
        exit( 1 );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to