darwin-install: fix shell hint

This commit is contained in:
Josh Soref 2022-08-23 19:38:53 -04:00 committed by GitHub
parent 4a0c4ca186
commit 4d4f2d10e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ poly_user_shell_get() {
}
poly_user_shell_set() {
_sudo "in order to give $1 a safe home directory" \
_sudo "in order to give $1 a safe shell" \
/usr/bin/dscl . -create "/Users/$1" "UserShell" "$2"
}