Add help for username

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:55 -04:00
parent baac207e10
commit 8ef32fe5fa
1 changed files with 1 additions and 1 deletions

View File

@ -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."