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