lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / disable_events.c
index cc27115651270230a67479aec4cbb9220643b858..b853c57f7eee9b41f761a2b3e7affc35d73c7ef9 100644 (file)
@@ -361,7 +361,7 @@ int cmd_disable_events(int argc, const char **argv)
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout);
+                       SHOW_HELP();
                        goto end;
                case OPT_TYPE_SYSCALL:
                        opt_event_type = LTTNG_EVENT_SYSCALL;
This page took 0.023355 seconds and 4 git commands to generate.