Skip to content

Commit 9bd9af1

Browse files
committed
[ntservice] fix command description
1 parent 28ba2a8 commit 9bd9af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check-ntservice/lib/check_ntservice.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
)
1111

1212
var opts struct {
13-
ServiceName string `long:"service-name" short:"s" description:"service name"`
14-
ExcludeService string `long:"exclude-service" short:"x" description:"service name to exclude from matching. This option takes precedence over --service-name"`
13+
ServiceName string `long:"service-name" short:"s" description:"matches if contained in a service name"`
14+
ExcludeService string `long:"exclude-service" short:"x" description:"exclude if contained in service name. This option takes precedence over --service-name"`
1515
ListService bool `long:"list-service" short:"l" description:"list service"`
1616
Exact bool `long:"exact" description:"more exact checking of the service. This option applies only to --service-name."`
1717
}

0 commit comments

Comments
 (0)