From: compudj Date: Mon, 29 Dec 2003 23:19:08 +0000 (+0000) Subject: help message X-Git-Tag: v0.12.20~3142 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=bc61167fb2494b6325a1de391f478f9a805f22a6;p=lttv.git help message git-svn-id: http://ltt.polymtl.ca/svn@347 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index e02944ef..aaac7be6 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -137,7 +137,8 @@ int main(int argc, char ** argv){ new_process process; if(argc < 4){ - printf("Not enough parameters\n"); + printf("Usage : ./convert processfile_name number_of_cpu tracefile1 tracefile2 ... trace_creation_directory\n"); + printf("For more details, see README.\n"); exit(1); }