Skip to content

Commit b0f5ba4

Browse files
committed
Fix flags definition in examples
1 parent a04fd9e commit b0f5ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ gh extension install github.com/gitangle/gh-codeowners
2424
Navigate to your repository and run:
2525
```sh
2626
# Validate CODEOWNERS across all repos for the GitHub owner taken from the current repository directory.
27-
gh codeowners validate -all
27+
gh codeowners validate --all
2828

2929
# Validate CODEOWNERS for a specific owner across all their repos
30-
gh codeowners validate -owner "mszostok" -all
30+
gh codeowners validate --owner "mszostok" --all
3131
```
3232

3333
## Why?

0 commit comments

Comments
 (0)