Tweak help output for the --bind option

Each option's parameter should be unique - they're instances, not
classes
This commit is contained in:
Alex Young
2012-07-14 21:43:27 +01:00
parent a1ea2ba4c5
commit f7379e3278

View File

@@ -75,7 +75,7 @@ void mode(char* mode, int argc, char **argv);
#define SOCK_LINE \ #define SOCK_LINE \
"\t--" OPT_SOCK ",-s <SOCK>\tPath to the control socket.\n" "\t--" OPT_SOCK ",-s <SOCK>\tPath to the control socket.\n"
#define BIND_LINE \ #define BIND_LINE \
"\t--" OPT_BIND ",-b <ADDR>\tBind the local socket to a particular IP address.\n" "\t--" OPT_BIND ",-b <BIND-ADDR>\tBind the local socket to a particular IP address.\n"
char * help_help_text; char * help_help_text;