Skip to content

Commit c4fe848

Browse files
Merge pull request #11 from TheDragonCode/1.x
Update option description
2 parents 62c5a6f + 94ca3a1 commit c4fe848

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)