[virt-tools-list] [PATCH] Fix vol based --disk help message

Doug Goldstein cardoe at cardoe.com
Mon Dec 3 22:35:42 UTC 2012


The vol based --disk help message specified a : as the separator but its
really a /.
---
 virt-install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/virt-install b/virt-install
index cb42d56..1503727 100755
--- a/virt-install
+++ b/virt-install
@@ -866,7 +866,7 @@ def parse_args():
         help=_("Specify storage with various options. Ex.\n"
                "--disk path=/my/existing/disk\n"
                "--disk path=/my/new/disk,size=5 (in gigabytes)\n"
-               "--disk vol=poolname:volname,device=cdrom,bus=scsi,..."))
+               "--disk vol=poolname/volname,device=cdrom,bus=scsi,..."))
     stog.add_option("", "--nodisks", action="store_true",
                     help=_("Don't set up any disks for the guest."))
     cli.add_fs_option(stog)
-- 
1.7.8.6




More information about the virt-tools-list mailing list