diff options
| author | Peter Maydell | 2021-09-01 17:27:13 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2021-09-04 23:34:05 +0200 |
| commit | 6b3dc992592db5f8a5c1a1c9bdf4a9973d062e7b (patch) | |
| tree | 0aae35091a9f7820c178ae58ab299e53452ac61d | |
| parent | tests/vhost-user-bridge.c: Sanity check socket path length (diff) | |
| download | qemu-6b3dc992592db5f8a5c1a1c9bdf4a9973d062e7b.tar.gz qemu-6b3dc992592db5f8a5c1a1c9bdf4a9973d062e7b.tar.xz qemu-6b3dc992592db5f8a5c1a1c9bdf4a9973d062e7b.zip | |
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>
| -rw-r--r-- | tests/vhost-user-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c index cb009545fa..35088dd67f 100644 --- a/tests/vhost-user-bridge.c +++ b/tests/vhost-user-bridge.c @@ -831,7 +831,7 @@ main(int argc, char *argv[]) out: fprintf(stderr, "Usage: %s ", argv[0]); 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); fprintf(stderr, "\t-l local host and port. default: %s:%s\n", DEFAULT_LHOST, DEFAULT_LPORT); |
