From: Martin Kletzander Date: Tue, 19 Jun 2012 09:05:31 +0000 (+0200) Subject: virsh: fix few typos on desc command X-Git-Tag: v0.9.11.5~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91b4315b81b0bc15f450d3fc9c27af5eccd517a3;p=thirdparty%2Flibvirt.git virsh: fix few typos on desc command virsh help fix: - <--title> can also /get/ the title virsh man page: - missing - should be (cherry picked from commit 3dc733bb0134c1d026b48b8bdfd98db9751f6f3f) --- diff --git a/tools/virsh.c b/tools/virsh.c index 5183db0911..1828d19f21 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -1155,7 +1155,7 @@ static const vshCmdOptDef opts_desc[] = { {"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")}, + {"title", VSH_OT_BOOL, 0, N_("modify/get 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")}, {NULL, 0, 0, NULL} diff --git a/tools/virsh.pod b/tools/virsh.pod index c6e0ff3c54..468df1d7ef 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -495,8 +495,9 @@ Define a domain from an XML . The domain definition is registered but not started. If domain is already running, the changes will take effect on the next boot. -=item B [[I<--live>] [I<--config>] | [I<--current>]] [I<--title>] - [I<--edit>] [I<--new-desc> New description or title message] +=item B I [[I<--live>] [I<--config>] | + [I<--current>]] [I<--title>] [I<--edit>] [I<--new-desc> + New description or title message] Show or modify description and title of a domain. These values are user fields that allow to store arbitrary textual data to allow easy @@ -514,7 +515,7 @@ description or title should be opened and the contents saved back afterwards. Flag I<--title> selects operation on the title field instead of description. -If neither of I<--edit> and I<--new_desc> are specified the note or description +If neither of I<--edit> and I<--new-desc> are specified the note or description is displayed instead of being modified. =item B I [I<--graceful>]