[libvirt] [PATCH] doc: fix incorrect option in blockjob

* tools/virsh.pod: change 'live' to 'abort' based on actual option. Signed-off-by: Alex Jia <ajia@redhat.com> --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index f6f9908..01b8fd6 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -445,7 +445,7 @@ I<bandwidth> specifies copying bandwidth limit in Mbps. Manage active block operations. I<path> specifies fully-qualified path of the disk. -If I<--live> is specified, the active job on the specified disk will +If I<--abort> is specified, the active job on the specified disk will be aborted. If I<--info> is specified, the active job information on the specified disk will be printed. -- 1.7.1

On Tue, Aug 02, 2011 at 02:09:31PM +0800, ajia@redhat.com wrote:
* tools/virsh.pod: change 'live' to 'abort' based on actual option.
Signed-off-by: Alex Jia <ajia@redhat.com> --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index f6f9908..01b8fd6 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -445,7 +445,7 @@ I<bandwidth> specifies copying bandwidth limit in Mbps. Manage active block operations.
I<path> specifies fully-qualified path of the disk. -If I<--live> is specified, the active job on the specified disk will +If I<--abort> is specified, the active job on the specified disk will be aborted. If I<--info> is specified, the active job information on the specified disk will be printed.
Ah, right. Applied and pushed, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (2)
-
ajia@redhat.com
-
Daniel Veillard