X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdestroy.c;h=661c0a2356ae42acdf7dfb0fbd047a7bff45e5b0;hp=ad181d7c4343b72182269556bf689d593bd21d4d;hb=4ba92f185fb1d0b112cbc804a261939f5f81dc34;hpb=83cea427013b03a98811e88964f60b1f27bc4345 diff --git a/src/bin/lttng/commands/destroy.c b/src/bin/lttng/commands/destroy.c index ad181d7c4..661c0a235 100644 --- a/src/bin/lttng/commands/destroy.c +++ b/src/bin/lttng/commands/destroy.c @@ -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);