From 3e0628e2fce0c01b1119e4fa21dd4caae66432a9 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 6 Jun 2012 09:55:47 +0100 Subject: [PATCH] flexnbd: Re-add --sock to flexnbd mirror --- src/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.h b/src/options.h index 7dea799..ad417cc 100644 --- a/src/options.h +++ b/src/options.h @@ -141,6 +141,7 @@ static char mirror_help_text[] = HELP_LINE "\t--" OPT_ADDR ",-l \tThe address to mirror to.\n" "\t--" OPT_PORT ",-p \tThe port to mirror to.\n" + SOCK_LINE DEBUG_LINE;