From df1b991d11cc73d8ebf62539cbc98527112a9ba9 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 8 Sep 2013 18:15:45 +0800 Subject: [PATCH] Update utils.c --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index dfbe2c8c..c686d121 100644 --- a/src/utils.c +++ b/src/utils.c @@ -96,7 +96,7 @@ void usage() printf(" [-b ] specific local address to bind,\n"); printf(" only avaliable in local and redir modes\n"); printf(" [-u] udprelay mode to supprot udp traffic\n"); - printf(" only avaliable in local and redir modes\n"); + printf(" only avaliable in local and server modes\n"); printf(" [-v] verbose mode, debug output in console\n"); printf("\n"); }