lttng: show man page when using command's --help
[lttng-tools.git] / src / bin / lttng / commands / track-untrack.c
index a4f4689e7457c226821280778aff330fdc376434..6d8d91ffd73b70948c371cb69dbe0a9bc9e14210 100644 (file)
@@ -364,7 +364,7 @@ int cmd_track_untrack(enum cmd_type cmd_type, const char *cmd_str,
        while ((opt = poptGetNextOpt(pc)) != -1) {
                switch (opt) {
                case OPT_HELP:
-                       usage(stdout, cmd_str);
+                       SHOW_HELP();
                        goto end;
                case OPT_LIST_OPTIONS:
                        list_cmd_options(stdout, long_options);
This page took 0.023383 seconds and 4 git commands to generate.