From: Pierre-Marc Fournier Date: Tue, 23 Feb 2010 16:37:36 +0000 (-0500) Subject: disable ustctl --version until it is saner X-Git-Tag: v0.3~34 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=ce3296b66be6225497ebd363457f4ccd5f3a2f7a disable ustctl --version until it is saner --- diff --git a/ustctl/ustctl.c b/ustctl/ustctl.c index 39ca402..501a20e 100644 --- a/ustctl/ustctl.c +++ b/ustctl/ustctl.c @@ -91,7 +91,7 @@ int parse_opts_long(int argc, char **argv, struct ust_opts *opts) {"disable-marker", 1, 0, 1008}, {"start", 0, 0, 1009}, {"help", 0, 0, 'h'}, - {"version", 0, 0, 1010}, + /*{"version", 0, 0, 1010},*/ {"online-pids", 0, 0, 1011}, {"set-subbuf-size", 1, 0, 1013}, {"set-subbuf-num", 1, 0, 1014}, @@ -139,9 +139,11 @@ int parse_opts_long(int argc, char **argv, struct ust_opts *opts) case 'h': usage(); exit(0); +/* case 1010: printf("Version 0.1\n"); break; +*/ case 1012: opts->cmd = CREATE_TRACE; break;