From ce3296b66be6225497ebd363457f4ccd5f3a2f7a Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 23 Feb 2010 11:37:36 -0500 Subject: [PATCH] disable ustctl --version until it is saner --- ustctl/ustctl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.34.1