aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-07-24 13:03:39 +0200
committerKevin Wolf <kwolf@redhat.com>2012-08-06 22:39:14 +0200
commit05290d80c88de1e4d02f2f00605e09206430cca9 (patch)
tree89a4a2ae1c5d219221df05b3e06e284b0814d70c /hmp-commands.hx
parentb2df431407a099ad2fe87a76188d12d99ab12841 (diff)
qapi: generalize documentation of streaming commands
Talk about background operations in general, rather than specifically about streaming. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index eea8b32894..9bbc7f7555 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -101,7 +101,7 @@ ETEXI
.name = "block_job_cancel",
.args_type = "device:B",
.params = "device",
- .help = "stop an active block streaming operation",
+ .help = "stop an active background block operation",
.mhandler.cmd = hmp_block_job_cancel,
},