update
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
function help_message() {
|
||||
echo "$USAGE"
|
||||
echo
|
||||
echo "Where [SYSTEMS] are:"
|
||||
printf "%s\n\n" "$USAGE"
|
||||
printf "%s" "Where [SYSTEMS] are: "
|
||||
for WORD in $SYSTEMS; do
|
||||
echo -e "\t$WORD"
|
||||
printf "%s" "$WORD "
|
||||
done
|
||||
printf "\n"
|
||||
}
|
||||
|
||||
readonly USAGE="
|
||||
|
||||
Reference in New Issue
Block a user