From 46ceb85aec80731864bca2be2c59c3dc1dceb907 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 30 May 2012 11:28:32 +0100 Subject: [PATCH] Fix the usage message --- flexnbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexnbd.c b/flexnbd.c index 56c804c..9029eb3 100644 --- a/flexnbd.c +++ b/flexnbd.c @@ -43,7 +43,7 @@ void syntax() " flexnbd write \n" " flexnbd acl [allowed connection addresses ...]\n" " flexnbd mirror \n" - " [bytes per second] [proxy|nothing|exit]" + " [bytes per second] [proxy|nothing|exit]\n" " flexnbd status \n" ); exit(1);