Merge pull request #157 from Simizfo/master

Fixed a typo in an error string
This commit is contained in:
lukaarma 2020-06-09 18:06:49 +02:00 committed by GitHub
commit 89a942eb24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ export const enum CLI_ERROR {
GRACEFULLY_STOP = ' ', // gracefully stop execution, yargs way
MISSING_REQUIRED_ARG = 'You must specify a URLs source.\n' +
'Valid options are -i for one or more URLs separated by sapce or -f for URLs from file.',
'Valid options are -i for one or more URLs separated by space or -f for URLs from file.',
VIDEOURLS_ARG_CONFLICT = 'Too many URLs sources specified!\n' +
'Please specify a single source, either -i or -f (URLs from file)',