Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index df722bb249f39ef8ee28107c501a3b668998ca49..209a9f4eb1eba9a804b701d017f46a7598ad65fa 100644 (file)
@@ -41,6 +41,12 @@ static int opt_jul;
 static int opt_log4j;
 static char *opt_type;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-add-context.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_TYPE,
This page took 0.022951 seconds and 4 git commands to generate.