From 03b9835f93329741c666755cd88648f8d35afcef Mon Sep 17 00:00:00 2001 From: Klaus Kämpf Date: Wed, 28 Mar 2012 14:23:20 +0200 Subject: Remove option '-Q, --request' This option should "Only output request. Not send it." which is hard to implement in wsman-client (wsmc_action_*()) and of little value. --- src/wsman.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/wsman.c b/src/wsman.c index 693672e..61996d4 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -84,7 +84,6 @@ char enum_optimize = 0; char enum_estimate = 0; char dump_request = 0; char step = 0; -char request_only = 0; char cim_extensions = 0; static char *enum_mode = NULL; static char *binding_enum_mode = NULL; @@ -320,8 +319,6 @@ static char wsman_parse_options(int argc, char **argv) "Send request from file", ""}, {"print-request", 'R', U_OPTION_ARG_NONE, &dump_request, "print request on stdout", NULL}, - {"request", 'Q', U_OPTION_ARG_NONE, &request_only, - "Only output reqest. Not send it.", NULL}, {"step", 'S', U_OPTION_ARG_NONE, &step, "Do not perform multiple operations (do not pull data when enumerating)", NULL}, -- cgit