diff options
author | Miroslav Rezanina <mrezanin@redhat.com> | 2013-02-13 09:09:40 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-02-22 21:21:09 +0100 |
commit | f382d43a9180ed20c671dc058d5452c2df7d3c61 (patch) | |
tree | 728a63b0aa4f28c97ea8e6d8fa3f7a4e3189df6b /qemu-img.texi | |
parent | b35b2bba5b372ff912c5fe7e5ad6c5a9d883464f (diff) |
qemu-img: Add "Quiet mode" option
There can be a need to turn output to stdout off. This patch adds a -q option
that enable "Quiet mode". In Quiet mode, only errors are printed out.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-img.texi')
-rw-r--r-- | qemu-img.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-img.texi b/qemu-img.texi index 1a6c9e36f1..43430fbea1 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -54,6 +54,9 @@ indicates that target image must be compressed (qcow format only) with or without a command shows help and lists the supported formats @item -p display progress bar (convert and rebase commands only) +@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. @item -S @var{size} indicates the consecutive number of bytes that must contain only zeros for qemu-img to create a sparse image during conversion. This value is rounded |