From 8ef32fe5fa159e779b5cc833570588c512ceae94 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:55 -0400 Subject: [PATCH] Add help for username --- buildiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildiso.sh b/buildiso.sh index 748db4a..e645a6b 100755 --- a/buildiso.sh +++ b/buildiso.sh @@ -35,7 +35,7 @@ show_help() { 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 - echo -e "Usage: $0 [-h] [-o ] [-s ] [-a]" + echo -e "Usage: $0 [-h] [-o ] [-s ] [-a] [-u username]" echo echo -e " -h: Display this help message." echo -e " -o: Create the ISO as instead of the default."