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