This commit is contained in:
Lane Goldberg 2018-12-06 11:45:38 -05:00 committed by GitHub
parent 6c108c2397
commit f2b7a944ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ program
if (!program.url) {
console.log('Please add --url parameter.\n' +
'Something like this: $ screenshoteer --url http:www.example.com');
'Something like this: $ screenshoteer --url http://www.example.com');
process.exit();
}