X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fcreate.c;h=d075f64b90742c08b8463058440c7c2722fbc316;hb=491d15395b58df09f8a3e7ba7404eb1f46392b79;hp=40d2a77d94b48b9d8435948c2c2b557ade3792ed;hpb=84811b9b3552a24a5f12871f94b60b9b4c48d8f5;p=lttng-tools.git diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index 40d2a77d9..d075f64b9 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -51,6 +51,12 @@ static int opt_no_output; static int opt_snapshot; static unsigned int opt_live_timer; +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_LIST_OPTIONS,