X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Ftext%2FformattedDump.c;h=c4054aa761b0e15f606d1f019dbda3b25a9f60e4;hb=1aeb0ff5ba3ece6906cb4a64e3b2836d6b8e2c12;hp=fa2422e7d5fac1159ff46ef78c349da1ec5c19d2;hpb=11069d1eb1fabfd463846ff885d0942414cd8564;p=lttv.git diff --git a/lttv/modules/text/formattedDump.c b/lttv/modules/text/formattedDump.c index fa2422e7..c4054aa7 100644 --- a/lttv/modules/text/formattedDump.c +++ b/lttv/modules/text/formattedDump.c @@ -142,7 +142,7 @@ static int write_event_content(void *hook_data, void *call_data) /* * By default, metadata's channel won't be display: it goes directly - * to the next event. You can have metadata's informations with -M + * to the next event. You can have metadata's information with -M * switch (a_meta option). */ if (!a_meta && ltt_tracefile_name(tfs->parent.tf) == @@ -341,7 +341,7 @@ static void init() a_meta = FALSE; lttv_option_add("metadata", 'M', - "add metadata informations", + "add metadata information", "", LTTV_OPT_NONE, &a_meta, NULL, NULL);