[libvirt] [PATCH] virsh: update virsh desc help docs

ajia at redhat.com ajia at redhat.com
Wed Feb 8 06:12:44 UTC 2012


From: Alex Jia <ajia at redhat.com>

The function cmdDesc says 'current is ignored', so should remove related
part from help docs.

Signed-off-by: Alex Jia <ajia at redhat.com>
---
 tools/virsh.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.c b/tools/virsh.c
index c107d8c..e60ef5a 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -1038,7 +1038,6 @@ static const vshCmdOptDef opts_desc[] = {
     {"domain", VSH_OT_DATA, VSH_OFLAG_REQ, N_("domain name, id or uuid")},
     {"live", VSH_OT_BOOL, 0, N_("modify/get running state")},
     {"config", VSH_OT_BOOL, 0, N_("modify/get persistent configuration")},
-    {"current", VSH_OT_BOOL, 0, N_("modify/get current state configuration")},
     {"title", VSH_OT_BOOL, 0, N_("modify the title instead of description")},
     {"edit", VSH_OT_BOOL, 0, N_("open an editor to modify the description")},
     {"new-desc", VSH_OT_ARGV, 0, N_("message")},
-- 
1.7.1




More information about the libvir-list mailing list