From 49e097a82b0a086e4088f346e2a69104126bc253 Mon Sep 17 00:00:00 2001 From: Vadim Revyakin Date: Mon, 4 Dec 2006 13:39:34 +0000 Subject: Windows support --- src/wsman-client-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wsman-client-options.c b/src/wsman-client-options.c index 68a0d0f..c0b0842 100644 --- a/src/wsman-client-options.c +++ b/src/wsman-client-options.c @@ -144,7 +144,7 @@ char wsman_parse_options(int argc, char **argv) { "proxyauth", 'Y', U_OPTION_ARG_STRING, &proxy_upwd, "Proxy user:pwd", "" }, { "auth", 'y', U_OPTION_ARG_STRING, &authentication_method, - "Authentication Method", "" }, + "Authentication Method", "" }, { "method", 'a', U_OPTION_ARG_STRING, &invoke_method, "Method (Works only with 'invoke')", "" }, { "prop", 'k', U_OPTION_ARG_STRING_ARRAY, &properties, -- cgit