]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-img: clarify src_cache option documentation
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 Sep 2014 10:01:02 +0000 (11:01 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Sep 2014 10:12:43 +0000 (11:12 +0100)
commitbb87fdf871d321895b8f5c481977df7a3f74a765
tree843c31589055d1feae79b199c3a5692e337b3545
parent1053587c3fb50fb78e18a2e32b90e272c1796de0
qemu-img: clarify src_cache option documentation

The source cache option takes the same values as the cache option.  The
documentation reads a little strange because it starts with "In contrast
the src_cache option ...".  The fact that this is comparing with the
previous documented option (the 'cache' option) is implicit.  Readers
may be confused, especially if they jump to src_cache without reading
cache documentation first.

Suggested-by: Jeff Nelson <jenelson@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
qemu-img.c
qemu-img.texi