diff --git a/src/Commands/Run.php b/src/Commands/Run.php index 31575abe..6542f1ca 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -21,7 +21,7 @@ class Run extends Command * * @var string */ - protected $signature = "tenants:run {commandname : The command's name.} + protected $signature = "tenants:run {commandname : The artisan command.} {--tenants=* : The tenant(s) to run the command for. Default: all}"; /**