lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / destroy.c
index ad181d7c4343b72182269556bf689d593bd21d4d..661c0a2356ae42acdf7dfb0fbd047a7bff45e5b0 100644 (file)
@@ -189,7 +189,7 @@ int cmd_destroy(int argc, const char **argv)
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout);
+                       SHOW_HELP();
                        break;
                case OPT_LIST_OPTIONS:
                        list_cmd_options(stdout, long_options);
This page took 0.023418 seconds and 4 git commands to generate.