diff --git a/src/options.h b/src/options.h index 3cb80f6..0349d50 100644 --- a/src/options.h +++ b/src/options.h @@ -77,7 +77,7 @@ static char serve_help_text[] = "\t--" OPT_ADDR ",-l \tThe address to serve on.\n" "\t--" OPT_PORT ",-p \tThe port to serve on.\n" "\t--" OPT_FILE ",-f \tThe file to serve.\n" - "\t--" OPT_DENY ",-D\tDeny connections by default unless in ACL.\n" + "\t--" OPT_DENY ",-d\tDeny connections by default unless in ACL.\n" SOCK_LINE VERBOSE_LINE;