]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Documentation: qemu-img: Mention SIGUSR1 progress report
authorKevin Wolf <kwolf@redhat.com>
Mon, 20 Jan 2014 14:12:16 +0000 (15:12 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 24 Jan 2014 13:33:00 +0000 (14:33 +0100)
Document the SIGUSR1 behaviour of qemu-img. Also, added compare to the
list of subcommands that support -p.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
qemu-img.texi

index 778e967f3927ea87fa1e0ebb138014fce7df3f46..f86a86d916ab3f00579587c9051967ed630787db 100644 (file)
@@ -57,7 +57,9 @@ indicates that target image must be compressed (qcow format only)
 @item -h
 with or without a command shows help and lists the supported formats
 @item -p
-display progress bar (convert and rebase commands only)
+display progress bar (compare, convert and rebase commands only).
+If the @var{-p} option is not used for a command that supports it, the
+progress is reported when the process receives a @code{SIGUSR1} signal.
 @item -q
 Quiet mode - do not print any output (except errors). There's no progress bar
 in case both @var{-q} and @var{-p} options are used.