Skip to content

Commit

Permalink
💬 Removes screenshot reference and unifies
Browse files Browse the repository at this point in the history
  • Loading branch information
mixn committed Sep 19, 2018
1 parent b985931 commit 27ff32b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const cli = meow(`
-s, --start Starting line of <file>
-e, --end Ending line of <file>
-i, --interactive Interactive mode
-l, --location Screenshot save location, default: cwd
-t, --target Screenshot file name, default: original-hash.{png|svg}
-l, --location Image save location, default: cwd
-t, --target Image name, default: original-hash.{png|svg}
-o, --open Open in browser instead of saving
-p, --preset Use a saved preset
-h, --headless Use only non-experimental Puppeteer features
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Options
-e, --end Ending line of <file>
-i, --interactive Interactive mode
-l, --location Image save location, default: cwd
-t, --target Screenshot file name, default: original-hash.{png|svg}
-t, --target Image name, default: original-hash.{png|svg}
-o, --open Open in browser instead of saving
-p, --preset Use a saved preset
-h, --headless Use only non-experimental Puppeteer features
Expand Down

0 comments on commit 27ff32b

Please sign in to comment.