Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 8a32837e6216e599c06c0861ebd64c1e8a641fd9..1ed3a0ab77c435d5dbe80b5fbfb95778e9c0ec2c 100644 (file)
@@ -55,6 +55,12 @@ static char *opt_channel_name;
 static char *opt_filter;
 static char *opt_exclude;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-enable-event.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_TRACEPOINT,
This page took 0.025251 seconds and 4 git commands to generate.