diff options
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index fa4852728b..090255bd2e 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -538,8 +538,7 @@ ETEXI #ifdef CONFIG_SLIRP { "host_net_redir", "ss?", net_slirp_redir, "[tcp|udp]:host-port:[guest-host]:guest-port", "redirect TCP or UDP connections from host to guest (requires -net user)\n" - "host_net_redir remove [tcp:|udp:]host-port -- remove redirection\n" - "host_net_redir list -- show all redirections" }, + "host_net_redir remove [tcp:|udp:]host-port -- remove redirection" }, #endif STEXI @item host_net_redir |