From f7379e3278f4716e96587599b5dca250bfb24bb3 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Sat, 14 Jul 2012 21:43:27 +0100 Subject: [PATCH] Tweak help output for the --bind option Each option's parameter should be unique - they're instances, not classes --- src/mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mode.h b/src/mode.h index e8bc5c8..fe981cd 100644 --- a/src/mode.h +++ b/src/mode.h @@ -75,7 +75,7 @@ void mode(char* mode, int argc, char **argv); #define SOCK_LINE \ "\t--" OPT_SOCK ",-s \tPath to the control socket.\n" #define BIND_LINE \ - "\t--" OPT_BIND ",-b \tBind the local socket to a particular IP address.\n" + "\t--" OPT_BIND ",-b \tBind the local socket to a particular IP address.\n" char * help_help_text;