Skip to content

Commit

Permalink
check: fix flags in example usage (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Oct 6, 2022
1 parent a45ed11 commit 558d695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcmds/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (cc *CheckCmd) Synopsis() string {

func (cc *CheckCmd) Usage() string {
return strings.TrimPrefix(`
check <domain>
check [-quiet] [-defaults] <domain>
Check whether domain will be blocked.
`, "\n")
}
Expand Down

0 comments on commit 558d695

Please sign in to comment.