From e0899ffad81fca413720d5e7397eb5304ab477ff Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 22 Jul 2011 15:06:23 -0400 Subject: [PATCH] UI print cleanup Signed-off-by: Mathieu Desnoyers --- lttng/commands/add_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttng/commands/add_context.c b/lttng/commands/add_context.c index cb0c08741..a622622f1 100644 --- a/lttng/commands/add_context.c +++ b/lttng/commands/add_context.c @@ -313,7 +313,7 @@ static void usage(FILE *ofp) fprintf(ofp, "\n"); fprintf(ofp, "Example:\n"); fprintf(ofp, "This command will add the context information 'prio' and two perf\n" - "counters: hardware branch misses and cache-misses, to all events\n" + "counters: hardware branch misses and cache misses, to all events\n" "in the trace data output:\n"); fprintf(ofp, "# lttng add-context -k -t prio -t perf:branch-misses -t perf:cache-misses\n"); fprintf(ofp, "\n"); -- 2.34.1