summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2012-03-28 14:23:20 +0200
committerKlaus Kämpf <kkaempf@suse.de>2012-03-28 14:23:20 +0200
commit03b9835f93329741c666755cd88648f8d35afcef (patch)
tree7a147e7515dd4e350146b77e9c2c3646cc00649c /src
parentacb669c16fb622eb5581e447c359d0416878a0be (diff)
downloadwsmancli-03b9835f93329741c666755cd88648f8d35afcef.tar.gz
wsmancli-03b9835f93329741c666755cd88648f8d35afcef.tar.xz
wsmancli-03b9835f93329741c666755cd88648f8d35afcef.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c3
1 files changed, 0 insertions, 3 deletions
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", "<file name>"},
{"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},