X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fstatus.c;h=cb7d0329b43faba3b14ef3a5ac1fee8869c6a50e;hb=259c267446a63c501298f39a5d2397314b11f729;hp=5daabdac2f7ec62dd2b67d56d029b5f8a0ad8221;hpb=38b4ef1b199ddb15db78774a39e9c524ca7e2d24;p=lttng-tools.git diff --git a/src/bin/lttng/commands/status.c b/src/bin/lttng/commands/status.c index 5daabdac2..cb7d0329b 100644 --- a/src/bin/lttng/commands/status.c +++ b/src/bin/lttng/commands/status.c @@ -28,6 +28,12 @@ #include "../utils.h" #include +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_LIST_OPTIONS,