Skip to content

Commit

Permalink
Shorten the description of cwd's default value
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-zheng-an committed Feb 25, 2014
1 parent bffc6e7 commit b2d1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ By default, it will print the command output.

type: `String`

default: Result of `process.cwd()` (as described [here](http://nodejs.org/api/process.html#process_process_cwd))
default: [`process.cwd()`](http://nodejs.org/api/process.html#process_process_cwd)

Sets the current working directory for the command.

0 comments on commit b2d1fb9

Please sign in to comment.