Skip to content

Commit

Permalink
update dir -> directory
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Jul 4, 2017
1 parent 18f9011 commit 450b242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install -g ci-script
```bash
$ ci-script -h

Usage: ci-script [options] [dir]
Usage: ci-script [options] [directory]

Execute the CI script.

Expand Down
2 changes: 1 addition & 1 deletion ci-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const shell = require('./shell');

function outputHelp() {
process.stdout.write(`
Usage: ci-script [options] [dir]
Usage: ci-script [options] [directory]
Execute the CI scripts.
Expand Down

0 comments on commit 450b242

Please sign in to comment.