Index: trunk/extensions/Translate/scripts/sync-group.php |
— | — | @@ -19,14 +19,14 @@ |
20 | 20 | function showUsage() { |
21 | 21 | STDERR( <<<EOT |
22 | 22 | 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 |
31 | 31 | EOT |
32 | 32 | ); |
33 | 33 | exit( 1 ); |