From: Mathieu Desnoyers Date: Fri, 22 Jul 2011 19:06:23 +0000 (-0400) Subject: UI print cleanup X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=e0899ffad81fca413720d5e7397eb5304ab477ff UI print cleanup Signed-off-by: Mathieu Desnoyers --- 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");