X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=7a35258b4b9d4ef2db48442210e8fefc61f716b3;hp=b122b5b789284ce78be1e1a327894575fe5dc023;hb=4ba92f185fb1d0b112cbc804a261939f5f81dc34;hpb=83cea427013b03a98811e88964f60b1f27bc4345 diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index b122b5b78..7a35258b4 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -1737,7 +1737,7 @@ int cmd_list(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;