usage 

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 @@
 		{"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,