Skip to content

Commit 94ca3a1

Browse files
Update option description
1 parent 8824bb6 commit 94ca3a1

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
@@ -17,7 +17,7 @@ class ReadCommand extends Command
1717
. ' {--i|without-issues : Exclude issues from processing}'
1818
. ' {--s|without-pulls : Exclude Pull Requests from processing}'
1919
. ' {--o|with-open : Process including open Issues and Pull Requests}'
20-
. ' {--token= : GitHub access token with "notifications" permissions}';
20+
. ' {--token= : Specifies the token to use}';
2121

2222
protected $description = 'Marks as read all notifications based on specified conditions';
2323

0 commit comments

Comments
 (0)