lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / list.c
index b122b5b789284ce78be1e1a327894575fe5dc023..7a35258b4b9d4ef2db48442210e8fefc61f716b3 100644 (file)
@@ -1737,7 +1737,7 @@ int cmd_list(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.02313 seconds and 4 git commands to generate.