retab so every tab is 2 spaces long
[lttv.git] / 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.02236 seconds and 4 git commands to generate.