diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-10-28 12:49:16 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-09 08:43:12 -0600 |
commit | 8063d0fe3b1a1750ed44b7543f601a1b611045ce (patch) | |
tree | 7c37048e77314f0a14715f83ba2874fd09d39cbb /qemu-img.c | |
parent | f932c04039b11dc2bef91c0773f54bffab260eee (diff) |
Documentation: Don't mention old qemu-img options
The old options are still supported for compatibility, but they are
inconsistent (for example create -b vs. convert -B for backing files) and
incomplete (-F only exists for create) which tends to confuse people. Remove
all references to the old options from the documentation to guide users to the
more consistent -o options.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-img.c')
-rw-r--r-- | qemu-img.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-img.c b/qemu-img.c index 00fcade83..972843ab8 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -71,12 +71,6 @@ static void help(void) "\n" "Command parameters:\n" " 'filename' is a disk image filename\n" - " 'base_image' is the read-only disk image which is used as base for a copy on\n" - " write image; the copy on write image only stores the modified data\n" - " 'output_base_image' forces the output image to be created as a copy on write\n" - " image of the specified base image; 'output_base_image' should have the same\n" - " content as the input's base image, however the path, image format, etc may\n" - " differ\n" " 'fmt' is the disk image format. It is guessed automatically in most cases\n" " 'size' is the disk image size in kilobytes. Optional suffixes\n" " 'M' (megabyte, 1024 * 1024) and 'G' (gigabyte, 1024 * 1024 * 1024) are\n" |