51d9a2
From 764ec16385379cf58dababfbfb29d9095b4a0513 Mon Sep 17 00:00:00 2001
51d9a2
Message-Id: <764ec16385379cf58dababfbfb29d9095b4a0513@dist-git>
51d9a2
From: Michal Privoznik <mprivozn@redhat.com>
51d9a2
Date: Thu, 5 Jul 2018 09:35:01 +0200
51d9a2
Subject: [PATCH] virsh.pod: Drop --persistent for detach-device-alias
51d9a2
51d9a2
https://bugzilla.redhat.com/show_bug.cgi?id=1598087
51d9a2
51d9a2
The detach-device-alias never supported --persistent argument.
51d9a2
Drop it from the man page.
51d9a2
51d9a2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
51d9a2
(cherry picked from commit 31afed468544ad631a7d033fd9cf225e2a1362ad)
51d9a2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
51d9a2
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
51d9a2
---
51d9a2
 tools/virsh.pod | 2 +-
51d9a2
 1 file changed, 1 insertion(+), 1 deletion(-)
51d9a2
51d9a2
diff --git a/tools/virsh.pod b/tools/virsh.pod
51d9a2
index dc100db9f3..003becb7c3 100644
51d9a2
--- a/tools/virsh.pod
51d9a2
+++ b/tools/virsh.pod
51d9a2
@@ -3197,7 +3197,7 @@ Note that older versions of virsh used I<--config> as an alias for
51d9a2
 I<--persistent>.
51d9a2
 
51d9a2
 =item B<detach-device-alias> I<domain> I<alias>
51d9a2
-[[[I<--live>] [I<--config>] | [I<--current>]] | [I<--persistent>]]
51d9a2
+[[[I<--live>] [I<--config>] | [I<--current>]]]]
51d9a2
 
51d9a2
 Detach a device with given I<alias> from the I<domain>.
51d9a2
 
51d9a2
-- 
51d9a2
2.18.0
51d9a2