Skip to content

Commit

Permalink
Docs: fix help text within 80 columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Mar 19, 2016
1 parent 9220f6a commit b1e6c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Usage: npm-run-all [OPTIONS] [...tasks]
Options:
-h, --help Print this text.
-p, --parallel [...tasks] Run a group of tasks in parallel.
-s, --sequential / --serial [...tasks] Run a group of tasks sequentially / serially.
-s, --sequential [...tasks] Run a group of tasks in sequencial.
--serial [...tasks] '--serial' is a synonym of '--sequential'.
-v, --version Print version number.
--silent Set "silent" to the log level of npm.
```
Expand Down
3 changes: 2 additions & 1 deletion src/bin/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Usage: npm-run-all [OPTIONS] [...tasks]
Options:
-h, --help Print this text.
-p, --parallel [...tasks] Run a group of tasks in parallel.
-s, --sequential / --serial [...tasks] Run a group of tasks in sequencial / serial.
-s, --sequential [...tasks] Run a group of tasks in sequencial.
--serial [...tasks] '--serial' is a synonym of '--sequential'.
-v, --version Print version number.
--silent Set "silent" to the log level of npm.
Expand Down

0 comments on commit b1e6c5a

Please sign in to comment.