From cb0f55381a8ebdc22d342452179caf446780696c Mon Sep 17 00:00:00 2001 From: mtbishop Date: Sun, 7 Jul 2013 20:31:22 +0000 Subject: [PATCH] pbz5669 - add a -q hint to the client invocation to handle evolution-worthy quiet option --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 08c649a..ba1c896 100644 --- a/main.c +++ b/main.c @@ -17,7 +17,7 @@ */ /* - * $Id: main.c,v 1.9.2.6 2013/07/07 19:55:10 mtbishop Exp $ + * $Id: main.c,v 1.9.2.7 2013/07/07 20:31:22 mtbishop Exp $ */ #include "config.h" @@ -280,5 +280,5 @@ static void usage(void) printf(" Client:\n"); /* I don't think these work. I'm disabling the suggestion - bish 20050601*/ printf("\tvtund [-f file] " /* [-P port] [-L local address] */ - "[-p] [-m] [-t timeout] \n"); + "[-q] [-p] [-m] [-t timeout] \n"); }