From c64f41dd215d6321eee3faa3685560730a18b0fe Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 22 Jan 2010 18:13:18 +0000 Subject: [PATCH] Use correct variable name --- maintenance/mcc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1