tests/vhost-user-bridge.c: Fix typo in help message
Fix a typo in the help message printed by vhost-user-bridge. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20210901152713.25701-1-peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f88435148d
commit
6b3dc99259
@ -831,7 +831,7 @@ main(int argc, char *argv[])
|
|||||||
out:
|
out:
|
||||||
fprintf(stderr, "Usage: %s ", argv[0]);
|
fprintf(stderr, "Usage: %s ", argv[0]);
|
||||||
fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r rhost:rport]\n");
|
fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r rhost:rport]\n");
|
||||||
fprintf(stderr, "\t-u path to unix doman socket. default: %s\n",
|
fprintf(stderr, "\t-u path to unix domain socket. default: %s\n",
|
||||||
DEFAULT_UD_SOCKET);
|
DEFAULT_UD_SOCKET);
|
||||||
fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
|
fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
|
||||||
DEFAULT_LHOST, DEFAULT_LPORT);
|
DEFAULT_LHOST, DEFAULT_LPORT);
|
||||||
|
Loading…
Reference in New Issue
Block a user