From 6b55c18f520a53e4fad982353b918a50f865d4d4 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 3 Apr 2015 14:56:36 +0200 Subject: [PATCH] virsh.pod: Remove redundant --config from attach-interface Signed-off-by: Jiri Denemark --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 79d50f9acb..d642a69222 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2458,7 +2458,7 @@ Likewise, I<--shareable> is an alias for I<--mode shareable>. =item B I I I [[[I<--live>] [I<--config>] | [I<--current>]] | [I<--persistent>]] [I<--target target>] [I<--mac mac>] [I<--script script>] [I<--model model>] -[I<--config>] [I<--inbound average,peak,burst>] [I<--outbound average,peak,burst>] +[I<--inbound average,peak,burst>] [I<--outbound average,peak,burst>] Attach a new network interface to the domain. I can be I to indicate connection via a libvirt virtual network, or -- GitLab