Skip to content

Commit 8824bb6

Browse files
Update command description
1 parent cf99671 commit 8824bb6

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)