* Removed --noredundant from the help, no longer avalible
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 3 Oct 2005 19:08:25 +0000 (19:08 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 3 Oct 2005 19:08:25 +0000 (19:08 +0000)
maintenance/transstat.php

index b042944..3977327 100644 (file)
@@ -23,7 +23,7 @@ if( !isset($options['output']) ) { $options['output']='wiki'; }
 /** Print a usage message*/
 function usage() {
 print <<<END
-Usage: php transstat.php [--help] [--output:csv|text|wiki] [--noredundant]
+Usage: php transstat.php [--help] [--output:csv|text|wiki]
          --help : this helpful message
        --output : select an output engine one of:
                     * 'csv'  : Comma Separated Values.