Skip to content

Commit

Permalink
updated help info for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcoles committed Mar 28, 2021
1 parent 2aac481 commit 5680d28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ function help() {
console.error(`
Bookmarklet v${bookmarklet.version.join('.')}
usage: bookmarklet source [destination]
Usage: bookmarklet [options] source [destination]
source path to file to read from or - for stdin',
destination path to file to write to
source - path to file to read from or for stdin',
destination - path to file to write to
Options:
-d, --demo generate a demo HTML page
More info: https://github.com/mrcoles/bookmarklet
`);
Expand Down

0 comments on commit 5680d28

Please sign in to comment.