From f4a403842dbd6ba1ebb70d78e3a5b9c203a5a601 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 6 Jun 2012 12:07:40 +0100 Subject: [PATCH] flexnbd: Fix specifying -d as --default-deny on the command line --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;