Skip to content

Commit

Permalink
Update command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 2, 2017
1 parent dd11906 commit 3240396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/BeaconCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class BeaconCommand extends Command
*
* @var string
*/
protected $description = 'Communicate with the Cachet Beacon server.';
protected $description = 'Communicate with the Cachet Beacon server';

/**
* Execute the console command.
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/DemoMetricPointSeederCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DemoMetricPointSeederCommand extends Command
*
* @var string
*/
protected $description = 'Seeds the demo Cachet metrics with points.';
protected $description = 'Seeds the demo Cachet metrics with points';

/**
* Execute the console command.
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/DemoSeederCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class DemoSeederCommand extends Command
*
* @var string
*/
protected $description = 'Seeds Cachet with demo data.';
protected $description = 'Seeds Cachet with demo data';

/**
* The settings repository.
Expand Down

0 comments on commit 3240396

Please sign in to comment.