Fix: add missing includes for embedded help
[lttng-tools.git] / src / bin / lttng / commands / disable_rotation.c
index e917cbdc172beb785f172f9bcb0c09e7d4cdff8f..a4a97903017764f461c6da3f66c4d256c6c84064 100644 (file)
 static char *opt_session_name;
 static struct mi_writer *writer;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-disable-rotation.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_LIST_OPTIONS,
This page took 0.024874 seconds and 4 git commands to generate.