Skip to content

Commit

Permalink
command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 30, 2023
1 parent 603bd02 commit 8fa2145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/RestartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/WorkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fa2145

Please sign in to comment.