X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fstatus.c;h=693527535418cb647a6b8400ccc247d6cd4e39f1;hp=d9b6c4f277cefb2290b2b7c66046b54df477d6b0;hb=4ba92f185fb1d0b112cbc804a261939f5f81dc34;hpb=83cea427013b03a98811e88964f60b1f27bc4345 diff --git a/src/bin/lttng/commands/status.c b/src/bin/lttng/commands/status.c index d9b6c4f27..693527535 100644 --- a/src/bin/lttng/commands/status.c +++ b/src/bin/lttng/commands/status.c @@ -83,7 +83,7 @@ int cmd_status(int argc, const char **argv) while ((opt = poptGetNextOpt(pc)) != -1) { switch (opt) { case OPT_HELP: - usage(stdout); + SHOW_HELP(); goto end; case OPT_LIST_OPTIONS: list_cmd_options(stdout, long_options);