fix bug #1581: unhelpful error message if "pear blatch" is typed

This commit is contained in:
Greg Beaver 2004-06-08 17:49:19 +00:00
parent 49fb6260b6
commit b175cdfd71

View File

@ -270,7 +270,7 @@ function cmdHelp($command)
return "$progname $command [options] $help[0]\n$help[1]";
}
}
return "No such command";
return "Command '$command' is not valid, try 'pear help'";
}
// }}}