1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

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

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)',