diff options
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 00fcade83f..972843ab82 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" |