X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=7a35258b4b9d4ef2db48442210e8fefc61f716b3;hb=4ba92f185fb1d0b112cbc804a261939f5f81dc34;hp=b122b5b789284ce78be1e1a327894575fe5dc023;hpb=2199ad6620b5c6da234898319f95d752cf182f7e;p=lttng-tools.git 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;