diff --git a/password-change-tool/change-user-password.sh b/password-change-tool/change-user-password.sh index c13cd55..53418a2 100644 --- a/password-change-tool/change-user-password.sh +++ b/password-change-tool/change-user-password.sh @@ -119,14 +119,6 @@ while :; do die 'ERROR: "-u|--user" requires a non-empty option argument.' fi ;; - -p|--password) # Takes an option argument; ensure it has been specified. - if [ "$2" ]; then - NEW_PASSWORD=$2 - shift - else - die 'ERROR: "-u|--user" requires a non-empty option argument.' - fi - ;; --) # End of all options. shift break