From b23d1dfe8dc3e1a174ad5fe3e1acda929772658e Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 29 Mar 2018 06:20:25 +0530 Subject: [PATCH] changes from the PR review --- vtt2srt | 1 + 1 file changed, 1 insertion(+) 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"); }