Fix: add missing includes for embedded help
[lttng-tools.git] / src / bin / lttng / commands / rotate.c
index f8cba7992157c45ccb9fa7e8dd567d3b040f75e0..5a00d699416b164df72d5d9659e3745e994d7256 100644 (file)
@@ -37,6 +37,12 @@ static char *opt_session_name;
 static int opt_no_wait;
 static struct mi_writer *writer;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-rotate.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_LIST_OPTIONS,
This page took 0.023544 seconds and 4 git commands to generate.