Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / load.c
index 0516351ea8ddaddfbe4fdfb312c6f986d16ef6c7..ad61849235d74220f5328e7bdc496fcabd6896ba 100644 (file)
@@ -37,6 +37,12 @@ static int opt_load_all;
 
 static const char *session_name;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-load.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_ALL,
This page took 0.024103 seconds and 5 git commands to generate.