X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fsave.c;h=4ba90243698c9c13e50b3efc93dc1b57ab98c48d;hp=ee3e17c66e2b3fe89dc921348aeb5005a12f1dc9;hb=4fc83d948cea6b10484e65f004a6c167e71ac440;hpb=c431d5e414452126947ddf3a20230a8105376f37 diff --git a/src/bin/lttng/commands/save.c b/src/bin/lttng/commands/save.c index ee3e17c66..4ba902436 100644 --- a/src/bin/lttng/commands/save.c +++ b/src/bin/lttng/commands/save.c @@ -33,6 +33,12 @@ static bool opt_force; static bool opt_save_all; static struct mi_writer *writer; +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_ALL,