summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Revyakin <vadimr@intel.com>2006-12-04 13:39:34 +0000
committerVadim Revyakin <vadimr@intel.com>2006-12-04 13:39:34 +0000
commit49e097a82b0a086e4088f346e2a69104126bc253 (patch)
treee4520a014e5313b73e77cb5f77176e1aba09defa /src
parent86761380984465fa0d995f2b6bf92d520fe1b12f (diff)
downloadwsmancli-49e097a82b0a086e4088f346e2a69104126bc253.tar.gz
wsmancli-49e097a82b0a086e4088f346e2a69104126bc253.tar.xz
wsmancli-49e097a82b0a086e4088f346e2a69104126bc253.zip
Windows support
Diffstat (limited to 'src')
-rw-r--r--src/wsman-client-options.c2
1 files changed, 1 insertions, 1 deletions
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", "<proxyauth>" },
{ "auth", 'y', U_OPTION_ARG_STRING, &authentication_method,
- "Authentication Method", "<basic|digest>" },
+ "Authentication Method", "<basic|digest|gss>" },
{ "method", 'a', U_OPTION_ARG_STRING, &invoke_method,
"Method (Works only with 'invoke')", "<custom method>" },
{ "prop", 'k', U_OPTION_ARG_STRING_ARRAY, &properties,