Skip to content

Commit 62c5a6f

Browse files
Merge pull request #10 from TheDragonCode/1.x
Update command description
2 parents 93ccba8 + 8824bb6 commit 62c5a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/ReadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ReadCommand extends Command
1919
. ' {--o|with-open : Process including open Issues and Pull Requests}'
2020
. ' {--token= : GitHub access token with "notifications" permissions}';
2121

22-
protected $description = 'Read all issue notifications';
22+
protected $description = 'Marks as read all notifications based on specified conditions';
2323

2424
public function handle(): void
2525
{

0 commit comments

Comments
 (0)