Add help for username
This commit is contained in:
parent
baac207e10
commit
8ef32fe5fa
|
@ -35,7 +35,7 @@ show_help() {
|
||||||
echo -e " disk, partitioning, installing the base OS, and performing some initial"
|
echo -e " disk, partitioning, installing the base OS, and performing some initial"
|
||||||
echo -e " configuration to allow the PVC Ansible role to take over after completion."
|
echo -e " configuration to allow the PVC Ansible role to take over after completion."
|
||||||
echo
|
echo
|
||||||
echo -e "Usage: $0 [-h] [-o <output_filename>] [-s <liveiso_source_url>] [-a]"
|
echo -e "Usage: $0 [-h] [-o <output_filename>] [-s <liveiso_source_url>] [-a] [-u username]"
|
||||||
echo
|
echo
|
||||||
echo -e " -h: Display this help message."
|
echo -e " -h: Display this help message."
|
||||||
echo -e " -o: Create the ISO as <output_filename> instead of the default."
|
echo -e " -o: Create the ISO as <output_filename> instead of the default."
|
||||||
|
|
Loading…
Reference in New Issue