From 8bb5b7681e07e7b442ec8d3c119ffb22a22b2c64 Mon Sep 17 00:00:00 2001 From: Sam Kottler Date: Sun, 30 Jun 2013 22:13:29 -0400 Subject: Remove unused code that is duplicated all over the place --- src/wsman.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/wsman.c b/src/wsman.c index 7f40194..e30293a 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -333,12 +333,12 @@ static char wsman_parse_options(int argc, char **argv) u_option_group_t *req_flag_group; u_option_context_t *opt_ctx; - opt_ctx = u_option_context_new(" "); + opt_ctx = u_option_context_new(" "); enum_group = u_option_group_new("enumeration", "Enumeration", "Enumeration Options"); test_group = u_option_group_new("tests", "Tests", "Test Cases"); cim_group = u_option_group_new("cim", "CIM", "CIM Options"); - event_group = u_option_group_new("event", "Event subscription", "Subscription Options"); + event_group = u_option_group_new("event", "Event subscription", "Subscription options"); req_flag_group = u_option_group_new("flags", "Flags", "Request Flags"); @@ -449,7 +449,7 @@ error1: /* * output pull results to separate files (appending "-" to the name) - * + * */ static void wsman_output_pull(WsManClient * cl, WsXmlDocH doc, int index) { -- cgit