Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / commands / version.c
index cf46a8cb0e32fe7f3e1b35ed1dffa43d41dd0a90..ae43eaf2e74b715deb35aa2801dda78202bdc2d4 100644 (file)
 
 #include "../command.h"
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-version.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_LIST_OPTIONS,
This page took 0.025837 seconds and 4 git commands to generate.