From b3d61c251c5a8819242ec2ce2721f5d3095ccdc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 3 Mar 2011 12:49:31 -0800 Subject: [PATCH] Edited README.rdoc via GitHub --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 834b7df..bf7870a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -86,9 +86,9 @@ Options list is available with: Signal handlers are used to interact with Guard: -- Ctrl-C - Quit Guard (call each guard's run_all method, in the same order they are declared in the Guarfile) -- Ctrl-\ - Call each guard's run_all method, in the same order they are declared in the Guarfile -- Ctrl-Z - Call each guard's reload method, in the same order they are declared in the Guarfile +- Ctrl-C - Call each guard's stop method, in the same order they are declared in the Guarfile, and then quits Guard itself. +- Ctrl-\ - Call each guard's run_all method, in the same order they are declared in the Guarfile. +- Ctrl-Z - Call each guard's reload method, in the same order they are declared in the Guarfile. == Available Guards