help message
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 29 Dec 2003 23:19:08 +0000 (23:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 29 Dec 2003 23:19:08 +0000 (23:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@347 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/convert/convert.c

index e02944efb120e2360a6bcaa23c70c7c274c80858..aaac7be65724647de90cba6bfa56a0772673ddba 100644 (file)
@@ -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);
   }
 
This page took 0.024076 seconds and 4 git commands to generate.