Skip to content

Commit

Permalink
Change description of cwd option (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewML authored and sindresorhus committed May 19, 2016
1 parent 93f7bca commit 02a7683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const cli = meow(`
Options
--no-overwrite Don't overwrite the destination
--parents Preserve path structure
--cwd=<dir> Working directory for source files
--cwd=<dir> Working directory for files
--rename=<filename> Rename all <source> filenames to <filename>
<source> can contain globs if quoted
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ cpy --help
Options
--no-overwrite Don't overwrite the destination
--parents Preserve path structure
--cwd=<dir> Working directory for source files
--cwd=<dir> Working directory for files
--rename=<filename> Rename all <source> filenames to <filename>
<source> can contain globs if quoted
Expand Down

0 comments on commit 02a7683

Please sign in to comment.