X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fload.c;h=ad61849235d74220f5328e7bdc496fcabd6896ba;hp=0516351ea8ddaddfbe4fdfb312c6f986d16ef6c7;hb=4fc83d948cea6b10484e65f004a6c167e71ac440;hpb=cf0bcb51ea857687a353d2851e572dba6cc63cb0 diff --git a/src/bin/lttng/commands/load.c b/src/bin/lttng/commands/load.c index 0516351ea..ad6184923 100644 --- a/src/bin/lttng/commands/load.c +++ b/src/bin/lttng/commands/load.c @@ -37,6 +37,12 @@ static int opt_load_all; static const char *session_name; +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_ALL,