diff --git a/vtt2srt b/vtt2srt index 9c21abb..966220e 100755 --- a/vtt2srt +++ b/vtt2srt @@ -8,6 +8,7 @@ // Check command line mode if (empty($argv) or $argc <2) { + echo ("usage instructions: \n"); exit ("vtt2srt file.vtt [file.srt]\n"); }