From bc61167fb2494b6325a1de391f478f9a805f22a6 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 29 Dec 2003 23:19:08 +0000 Subject: [PATCH] help message git-svn-id: http://ltt.polymtl.ca/svn@347 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/convert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.34.1