Merge branch 'typos' of https://github.com/nathany/guard into nathany-typos
This commit is contained in:
commit
ba508981a8
@ -86,9 +86,9 @@ Options list is available with:
|
|||||||
|
|
||||||
Signal handlers are used to interact with Guard:
|
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-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 Guarfile.
|
- <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 Guarfile.
|
- <tt>Ctrl-Z</tt> - Calls each guard's <tt>reload</tt> method, in the same order they are declared in the Guardfile.
|
||||||
|
|
||||||
== Available Guards
|
== Available Guards
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user