lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 6a536976636e6d4f5729ccc9333f6ec066da4b48..2c366c6d2e6db46636d1f8b98701a8415608e00a 100644 (file)
@@ -1401,7 +1401,7 @@ int cmd_enable_events(int argc, const char **argv)
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout);
+                       SHOW_HELP();
                        goto end;
                case OPT_TRACEPOINT:
                        opt_event_type = LTTNG_EVENT_TRACEPOINT;
This page took 0.023649 seconds and 4 git commands to generate.