lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index 6f7c23c01e8980806fa4ed737be2fdc70f829cd9..56ee2aca44a82e7157526c87c9fed9332a486bd0 100644 (file)
@@ -841,7 +841,7 @@ int cmd_add_context(int argc, const char **argv)
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout);
+                       SHOW_HELP();
                        goto end;
                case OPT_LIST:
                        print_ctx_type(stdout);
This page took 0.023758 seconds and 4 git commands to generate.