mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-11-16 17:08:33 +01:00
commit
214fb6c309
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue