changes from the PR review

This commit is contained in:
Nemo 2018-03-29 06:20:25 +05:30
parent 7aff8153e1
commit b23d1dfe8d
1 changed files with 1 additions and 0 deletions

View File

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