Use --description instead of -d for check_service.exe

This commit is contained in:
Peter Eckel 2019-05-17 15:09:58 +02:00
parent ef89ea79cb
commit b7148cf558
1 changed files with 1 additions and 1 deletions

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"
}