From df971077876af13852c640e7edee9b5e88ffba54 Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Tue, 2 Aug 2011 15:05:05 +0800 Subject: [PATCH] doc: fix incorrect option in blockjob * tools/virsh.pod: change 'live' to 'abort' based on actual option --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index f6f9908c26..01b8fd68d0 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -445,7 +445,7 @@ I specifies copying bandwidth limit in Mbps. Manage active block operations. I 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. -- GitLab