From: Mathieu Desnoyers Date: Mon, 6 Feb 2012 17:20:52 +0000 (-0500) Subject: Update help X-Git-Tag: v0.10~9 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=4c15b06b5ac992bd66c2c9900096589406462897;hp=7722ed94615e90a46ec30fb0d6034ab01afdaf35 Update help Signed-off-by: Mathieu Desnoyers --- diff --git a/converter/babeltrace.c b/converter/babeltrace.c index 090a3847..2701a0cd 100644 --- a/converter/babeltrace.c +++ b/converter/babeltrace.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include @@ -101,7 +101,7 @@ static void list_formats(FILE *fp) static void usage(FILE *fp) { - fprintf(fp, "BabelTrace Trace Converter %s\n\n", VERSION); + fprintf(fp, "BabelTrace Trace Viewer and Converter %s\n\n", VERSION); fprintf(fp, "usage : babeltrace [OPTIONS] INPUT \n"); fprintf(fp, "\n"); fprintf(fp, " INPUT Input trace path\n");