X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_rotation.c;h=80ebc8cdc48a59f12a189b436f9d42b4a11cb330;hp=80fc495ba8de8dcbf94a76bf98cc9c164e3f8ef3;hb=3ae5c539f96856c83f3f17fbc37660d23462e3e5;hpb=980bb5fda2120f8d2a4e82fcf72be7cbbeb85fd2 diff --git a/src/bin/lttng/commands/enable_rotation.c b/src/bin/lttng/commands/enable_rotation.c index 80fc495ba..80ebc8cdc 100644 --- a/src/bin/lttng/commands/enable_rotation.c +++ b/src/bin/lttng/commands/enable_rotation.c @@ -36,6 +36,12 @@ static char *opt_session_name; static struct mi_writer *writer; +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_LIST_OPTIONS,