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