Merge pull request #7189 from peteeckel/fix/check_service-7188

Use --description instead of -d for check_service.exe
This commit is contained in:
Michael Friedrich 2019-05-20 16:08:19 +02:00 committed by GitHub
commit bbbf43fdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ object CheckCommand "service-windows" {
required = true
description = "Service to check"
}
"-d" = {
"--description" = {
set_if = "$service_win_description$"
description = "Use service description instead of name"
}