From: Jérémie Galarneau Date: Thu, 26 Mar 2015 21:21:07 +0000 (-0400) Subject: Docs: lttng-crash refers to "lttng" X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=acade31f6b673d845aca862a75b2edb936896e34 Docs: lttng-crash refers to "lttng" Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-crash/lttng-crash.c b/src/bin/lttng-crash/lttng-crash.c index f50b0f86b..793877d9d 100644 --- a/src/bin/lttng-crash/lttng-crash.c +++ b/src/bin/lttng-crash/lttng-crash.c @@ -209,7 +209,7 @@ static void usage(FILE *ofp) { fprintf(ofp, "LTTng Crash Trace Viewer " VERSION " - " VERSION_NAME "%s\n\n", GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION); - fprintf(ofp, "usage: lttng [OPTIONS] FILE\n"); + fprintf(ofp, "usage: lttng-crash [OPTIONS] FILE\n"); fprintf(ofp, "\n"); fprintf(ofp, "Options:\n"); fprintf(ofp, " -V, --version Show version.\n");