From: Chad Horohoe Date: Fri, 22 Jan 2010 18:13:18 +0000 (+0000) Subject: Use correct variable name X-Git-Tag: 1.31.0-rc.0~38161 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=c64f41dd215d6321eee3faa3685560730a18b0fe;p=lhc%2Fweb%2Fwiklou.git Use correct variable name --- diff --git a/maintenance/mcc.php b/maintenance/mcc.php index 5a618a237a..73730b130f 100644 --- a/maintenance/mcc.php +++ b/maintenance/mcc.php @@ -35,7 +35,7 @@ function mccShowHelp($command) { print "$cmd: $desc\n"; } } elseif( isset( $commandList[$command] ) ) { - print "$cmd: $desc\n"; + print "$command: $commandList[$command]\n"; } else { print "$command: command does not exist or no help for it\n"; }