X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ustctl%2Fustctl.c;h=501a20eaba3845e8e36ad4991e73c0d5991845a7;hb=ce3296b66be6225497ebd363457f4ccd5f3a2f7a;hp=39ca4025ac347941d2aee84f1abd99533509b113;hpb=763f41e58126afdc361006831a7daca773a9627a;p=ust.git 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;