From 9c0e434182edeb1b7f44529b47fafe8549646a6b Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 21 Sep 2012 15:52:52 -0400 Subject: [PATCH] Update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4f0bc024..b3055d2a 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Running the Worker The worker can run in either daemon or non-daemon mode. Daemon mode requires escalated privileges so that it can behave like a proper daemon. Non-daemon -mode (-d option) is useful for testing. +mode (--nodaemon option) is useful for testing. Basic commands: @@ -42,7 +42,7 @@ Basic commands: $ sudo libra_worker # Start up with debugging output in non-daemon mode - $ libra_worker --debug -d + $ libra_worker --debug --nodaemon You can verify that the worker is running by using the sample Gearman client in the bin/ directory: