From 9fd75a7b69c199e12f19b2a54205a809191374c3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 24 May 2012 23:53:41 -0700 Subject: [PATCH] Update options in README. --- guacd/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/guacd/README b/guacd/README index 26adf455..f82ad1b3 100644 --- a/guacd/README +++ b/guacd/README @@ -88,7 +88,11 @@ guacd itself directly without the init script (as any user): $ guacd -guacd currently takes two command-line options: +guacd currently takes four command-line options: + + -b HOST + + Changes the host or address that guacd listens on. -l PORT @@ -100,6 +104,10 @@ guacd currently takes two command-line options: file. This is useful for init scripts and is used by the provided init script. + -f + Causes guacd to run in the foreground, rather than automatically + forking into the background. + ------------------------------------------------------------ Reporting problems