diff options
author | Anas Nashif <nashif@intel.com> | 2008-01-17 13:21:11 +0000 |
---|---|---|
committer | Anas Nashif <nashif@intel.com> | 2008-01-17 13:21:11 +0000 |
commit | e13150135001e27f256748e7a21dc444412252f7 (patch) | |
tree | 749d2f3941e56a5f5e2716247aa417e64e117e2b | |
parent | cbaa8d89a9f1c0a00d816f8f865541ea27e10b7f (diff) | |
download | wsmancli-e13150135001e27f256748e7a21dc444412252f7.tar.gz wsmancli-e13150135001e27f256748e7a21dc444412252f7.tar.xz wsmancli-e13150135001e27f256748e7a21dc444412252f7.zip |
usage
-rw-r--r-- | src/wsman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wsman.c b/src/wsman.c index b9be5fd..bf16b75 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -178,12 +178,12 @@ static char wsman_parse_options(int argc, char **argv) {"username", 'u', U_OPTION_ARG_STRING, &username, "User name", "<username>"}, {"path", 'g', U_OPTION_ARG_STRING, &url_path, - "Path", "<path>"}, + "Service Path (default: 'wsman')", "<path>"}, {"input", 'J', U_OPTION_ARG_STRING, &input, "File with resource for Create and Put operations in XML, can be a SOAP envelope", "<filename>"}, {"password", 'p', U_OPTION_ARG_STRING, &password, - "Password", "<password>"}, + "User Password", "<password>"}, {"hostname", 'h', U_OPTION_ARG_STRING, &server, "Host name", "<hostname>"}, {"endpoint", 'b', U_OPTION_ARG_STRING, &endpoint, |