Browse Source

Correction of the usage message

Olivier Marty 9 years ago
parent
commit
8db5cfb45a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -28,7 +28,7 @@ int main(int argc, char **argv)
   
   if(argc < 2)
   {
-    fprintf(stderr, "Usage : subtitles file.srt [shift in seconds [waiting time in seconds]]\n");
+    fprintf(stderr, "Usage : ./subtitlesPrinter file.srt [shift in seconds [waiting time in seconds]]\n");
     return 1;
   }