diff --git a/scripts/vagrant/create_vbox.sh b/scripts/vagrant/create_vbox.sh index 8a452439c..b428354bf 100755 --- a/scripts/vagrant/create_vbox.sh +++ b/scripts/vagrant/create_vbox.sh @@ -17,9 +17,9 @@ SPDK_DIR="$(cd "${DIR}/../../" && pwd)" # The command line help display_help() { echo - echo " Usage: ${0##*/} [-b nvme-backing-file] [-n ] [-s ] [-x ] [-hvrldcuf] " + echo " Usage: ${0##*/} [-b nvme-backing-file] [-n ] [-s ] [-x ] [-hvrldcufaoH] " echo - echo " distro = " echo echo " -s in MB Default: ${SPDK_VAGRANT_VMRAM}" @@ -45,12 +45,13 @@ display_help() { echo " --qemu-emulator= Path to custom QEMU binary. Only works with libvirt provider" echo " --vagrantfiles-dir= Destination directory to put Vagrantfile into." echo " --package-box Install all dependencies for SPDK and create a local vagrant box version." - echo " --vagrantfile= Path to a custom Vagrantfile" + echo " --vagrantfile= Path to a custom Vagrantfile" echo " -r dry-run" echo " -h help" echo " -v verbose" - echo " -f Force use of given distro, regardless if it's supported by the script or not." - echo " --box-version Version of the vagrant box to select for given distro." + echo " -f Force use of given distro, regardless if it's supported by the script or not." + echo " --box-version Version of the vagrant box to select for given distro." + echo echo " Examples:" echo echo " $0 -x http://user:password@host:port fedora33"