From e4f0b8f844c96020ca3621a0080e50d75cb7fe53 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Wed, 11 Apr 2018 17:03:36 -0600 Subject: [PATCH] Clean up help output a little bit --- virt-install-cloud.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index e8e0f25..21723ce 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -26,15 +26,15 @@ fi usage() { echo "${0} Help" - echo "-h show this help" - echo "-n hostname *" - echo "-d domainame *" - echo "-s disk size (num + count size - M=Megabytes G=Gigabytes) *" - echo "-r ram size (in kilobytes) *" - echo "-c number of vcpus" - echo "-b bridge to attach to *" - echo "-i distribution to use (see script for supported options) - default is stretch" - echo "-o OS type and variant (default: generic:generic - also set by distro option when available)" + echo -e "\t-h show this help" + echo -e "\t-n hostname *" + echo -e "\t-d domainame *" + echo -e "\t-s disk size (num + count size - M=Megabytes G=Gigabytes) *" + echo -e "\t-r ram size (in kilobytes) *" + echo -e "\t-c number of vcpus" + echo -e "\t-b bridge to attach to *" + echo -e "\t-i distribution to use (see script for supported options) - default is stretch" + echo -e "\t-o OS type and variant (default: generic:generic - also set by distro option when available)" } while getopts "hcr:s:n:d:iob" opt; do