diff --git a/giteainstall b/giteainstall index 0baf188..80357e7 100755 --- a/giteainstall +++ b/giteainstall @@ -88,7 +88,7 @@ while getopts "n:p:m:a:h" option; do done # -# Validate hostname and database password +# Parse and validate input # if [[ -z "$hostname" || -z "$dbpass" ]]; then usage