Skip to content

Commit

Permalink
Merge pull request #541 from moshbit/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thibaudgg committed Jan 3, 2014
2 parents d775563 + af77d61 commit c92def9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ $ bundle exec guard -g group_name another_group_name # shortcut

See the Guardfile DSL below for creating groups.

#### `-P`/`--plugins` option
#### `-P`/`--plugin` option

Scope Guard to certain plugins on start:

```bash
$ bundle exec guard --plugins plugin_name another_plugin_name
$ bundle exec guard --plugin plugin_name another_plugin_name
$ bundle exec guard -P plugin_name another_plugin_name # shortcut
```

Expand Down

0 comments on commit c92def9

Please sign in to comment.