From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5FfS-0005Wj-4Y for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:17:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5FfM-0005XQ-0U for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:17:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5FfL-0005Vo-PE for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:17:27 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0KEHRT0014271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Jan 2014 09:17:27 -0500 From: Kevin Wolf Date: Mon, 20 Jan 2014 15:17:21 +0100 Message-Id: <1390227441-28854-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1390227441-28854-1-git-send-email-kwolf@redhat.com> References: <1390227441-28854-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 3/3] Documentation: qemu-img: Mention SIGUSR1 progress report List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Document the SIGUSR1 behaviour of qemu-img. Also, added compare to the list of subcommands that support -p. Signed-off-by: Kevin Wolf --- qemu-img.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qemu-img.texi b/qemu-img.texi index 778e967..f86a86d 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -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. -- 1.8.1.4