fix a typo
This commit is contained in:
parent
9a98ac50ff
commit
544f244421
@ -18,7 +18,7 @@ EOF;
|
|||||||
$cmd = $argv[1];
|
$cmd = $argv[1];
|
||||||
$func = "cmd_{$cmd}";
|
$func = "cmd_{$cmd}";
|
||||||
if (!function_exists($func)) {
|
if (!function_exists($func)) {
|
||||||
echo red("command '".$cmd."' is not implement")."\n";
|
echo red("command '".$cmd."' is not implemented")."\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user