summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,