This commit is contained in:
2020-09-08 10:55:06 +08:00
parent a78d5c14fe
commit 37d29d5b86
7 changed files with 52 additions and 47 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Command extends \Console\Command
$manager->start();
break;
default:
$this->error('only start|stop|reload|restart');
$this->error('I don\'t know what I want to do.');
}
}