lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / disable_channels.c
index f1f2e51b9a21c2296189c6813758fe7dfc3aa183..a8bfa5deaeda8ad759eb82fee2f31412d34ab291 100644 (file)
@@ -233,7 +233,7 @@ int cmd_disable_channels(int argc, const char **argv)
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout);
+                       SHOW_HELP();
                        goto end;
                case OPT_USERSPACE:
                        opt_userspace = 1;
This page took 0.022781 seconds and 4 git commands to generate.