Skip to content

Commit

Permalink
Merge branch 'typos' of https://github.com/nathany/guard into nathany…
Browse files Browse the repository at this point in the history
…-typos
  • Loading branch information
rymai committed Mar 31, 2011
2 parents 3d0a3f1 + ac5c605 commit ba50898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ Options list is available with:

Signal handlers are used to interact with Guard:

- <tt>Ctrl-C</tt> - Calls each guard's <tt>stop</tt> method, in the same order they are declared in the Guarfile, and then quits Guard itself.
- <tt>Ctrl-\\</tt> - Calls each guard's <tt>run_all</tt> method, in the same order they are declared in the Guarfile.
- <tt>Ctrl-Z</tt> - Calls each guard's <tt>reload</tt> method, in the same order they are declared in the Guarfile.
- <tt>Ctrl-C</tt> - Calls each guard's <tt>stop</tt> method, in the same order they are declared in the Guardfile, and then quits Guard itself.
- <tt>Ctrl-\\</tt> - Calls each guard's <tt>run_all</tt> method, in the same order they are declared in the Guardfile.
- <tt>Ctrl-Z</tt> - Calls each guard's <tt>reload</tt> method, in the same order they are declared in the Guardfile.

== Available Guards

Expand Down

0 comments on commit ba50898

Please sign in to comment.