Fix the usage message

This commit is contained in:
nick
2012-05-30 11:28:32 +01:00
parent cf2400fedd
commit 46ceb85aec

View File

@@ -43,7 +43,7 @@ void syntax()
" flexnbd write <IP address> <port> <offset> <file to write>\n" " flexnbd write <IP address> <port> <offset> <file to write>\n"
" flexnbd acl <control socket> [allowed connection addresses ...]\n" " flexnbd acl <control socket> [allowed connection addresses ...]\n"
" flexnbd mirror <control socket> <dst IP address> <dst port>\n" " flexnbd mirror <control socket> <dst IP address> <dst port>\n"
" [bytes per second] [proxy|nothing|exit]" " [bytes per second] [proxy|nothing|exit]\n"
" flexnbd status <control socket>\n" " flexnbd status <control socket>\n"
); );
exit(1); exit(1);