Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / set_session.c
index 32e9a5d645763056ad430e6a791decb4a4439082..d143c7dd45ff2623899047b8b5e89ef0ed45dbcc 100644 (file)
 
 static char *opt_session_name;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-set-session.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_LIST_OPTIONS,
This page took 0.023129 seconds and 4 git commands to generate.