X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.c;h=8d6c8e621e83eadd3d18a08e385ad0b474e98940;hp=8ddba13f4384af3e069608d7f6b4340ea664389c;hb=c6d4a597213c93a865e05f93227b108ed2a79761;hpb=b883c01b402d1fcb625740103804861f063ec6b0 diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index 8ddba13f4..8d6c8e621 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -79,7 +79,7 @@ static struct cmd_struct commands[] = { static void usage(FILE *ofp) { - fprintf(ofp, "LTTng Trace Control " VERSION"\n\n"); + fprintf(ofp, "LTTng Trace Control " VERSION" - " VERSION_NAME"\n\n"); fprintf(ofp, "usage: lttng [OPTIONS] \n"); fprintf(ofp, "\n"); fprintf(ofp, "Options:\n");