From: Jérémie Galarneau Date: Wed, 26 Aug 2015 16:03:38 +0000 (-0400) Subject: Add agent domains to lttng enable-event usage() X-Git-Tag: v2.7.0-rc2~127 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=bdac0471d4c9d566758a43e193b66d06cf5de32f;p=lttng-tools.git Add agent domains to lttng enable-event usage() Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/enable_events.c b/src/bin/lttng/commands/enable_events.c index 356fef4a0..07f5f1a98 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -101,7 +101,7 @@ static struct poptOption long_options[] = { */ static void usage(FILE *ofp) { - fprintf(ofp, "usage: lttng enable-event NAME[,NAME2,...] [-k|-u] [OPTIONS] \n"); + fprintf(ofp, "usage: lttng enable-event NAME[,NAME2,...] (-k | -u | -j | -l | -p) [OPTIONS] \n"); fprintf(ofp, "\n"); fprintf(ofp, "Options:\n"); fprintf(ofp, " -h, --help Show this help\n");