Skip to content

Commit

Permalink
Merge pull request #782 from mackerelio/update-check-ntservice-exclud…
Browse files Browse the repository at this point in the history
…eoption

check-ntservice: exclude should be -x, not -E
  • Loading branch information
kmuto authored Sep 25, 2023
2 parents f98a267 + 2e471da commit ce29917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-ntservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ command = ["check-ntservice", "--service-name", "SERVICE_NAME"]

```
-s, --service-name= matches if contained in service name
-E, --exclude-service= exclude if contained in service name. This option takes precedence over --service-name
-x, --exclude-service= exclude if contained in service name. This option takes precedence over --service-name
-l, --list-service list service
--exact more exact checking of the service. This option applies only to --service-name.
```
Expand Down

0 comments on commit ce29917

Please sign in to comment.