X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdisable_channels.c;h=a8bfa5deaeda8ad759eb82fee2f31412d34ab291;hp=f1f2e51b9a21c2296189c6813758fe7dfc3aa183;hb=4ba92f185fb1d0b112cbc804a261939f5f81dc34;hpb=83cea427013b03a98811e88964f60b1f27bc4345 diff --git a/src/bin/lttng/commands/disable_channels.c b/src/bin/lttng/commands/disable_channels.c index f1f2e51b9..a8bfa5dea 100644 --- a/src/bin/lttng/commands/disable_channels.c +++ b/src/bin/lttng/commands/disable_channels.c @@ -233,7 +233,7 @@ int cmd_disable_channels(int argc, const char **argv) while ((opt = poptGetNextOpt(pc)) != -1) { switch (opt) { case OPT_HELP: - usage(stdout); + SHOW_HELP(); goto end; case OPT_USERSPACE: opt_userspace = 1;