Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / save.c
index ee3e17c66e2b3fe89dc921348aeb5005a12f1dc9..4ba90243698c9c13e50b3efc93dc1b57ab98c48d 100644 (file)
@@ -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 <lttng-save.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_ALL,
This page took 0.024209 seconds and 4 git commands to generate.