X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.c;h=e6ca9cfd9877485339188fbbbf1626f0a8d21ae7;hb=37a86c61f06aa7eeba59374e4404f1b64c7c709c;hp=f41e9767dcf20240e5809d4f179c71e042412a87;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003;p=lttng-tools.git diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index f41e9767d..e6ca9cfd9 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -82,7 +82,7 @@ static struct cmd_struct commands[] = { static void usage(FILE *ofp) { fprintf(ofp, "LTTng Trace Control " VERSION" - " VERSION_NAME"\n\n"); - fprintf(ofp, "usage: lttng [OPTIONS] \n"); + fprintf(ofp, "usage: lttng [OPTIONS] []\n"); fprintf(ofp, "\n"); fprintf(ofp, "Options:\n"); fprintf(ofp, " -h, --help Show this help\n");