diff --git a/src/Commands/RestartCommand.php b/src/Commands/RestartCommand.php index 6d560a9f..2c3111f1 100644 --- a/src/Commands/RestartCommand.php +++ b/src/Commands/RestartCommand.php @@ -24,7 +24,7 @@ class RestartCommand extends Command * * @var string */ - public $description = 'Restart running pulse work and check commands'; + public $description = 'Restart any running "work" and "check" commands'; /** * Handle the command. diff --git a/src/Commands/WorkCommand.php b/src/Commands/WorkCommand.php index 361c7834..9c5c72dc 100644 --- a/src/Commands/WorkCommand.php +++ b/src/Commands/WorkCommand.php @@ -26,7 +26,7 @@ class WorkCommand extends Command * * @var string */ - public $description = 'Process the data from the stream.'; + public $description = 'Process incoming Pulse data from the ingest stream'; /** * Handle the command.