Skip to content

Commit

Permalink
docs: add -s flag
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknordlen committed Apr 9, 2024
1 parent 35f7d53 commit e18cea5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Examples:
gh dependabot --org einride
Flags:
-h, --help help for gh
-o, --org string organization to query (e.g. einride)
-t, --team string team to query (e.g. einride/team-transport-execution)
-h, --help help for gh
-s, --only-security show only pull requests that relate to security alerts
-o, --org string organization to query (e.g. einride)
-t, --team string team to query (e.g. einride/team-transport-execution)
```

0 comments on commit e18cea5

Please sign in to comment.