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;