# HG changeset patch # User Paul Issott # Date 1487623090 0 # Node ID bf95514b98bc3f4e8bd4da61a6624e6c36ae2adb # Parent 1b592113f1b7f69a30ad907b467e49f7d906fd36 tazu: tiny edits diff -r 1b592113f1b7 -r bf95514b98bc tazu/tazu --- a/tazu/tazu Mon Feb 20 18:09:58 2017 +0100 +++ b/tazu/tazu Mon Feb 20 20:38:10 2017 +0000 @@ -44,7 +44,7 @@ --admin Make user admin --edit Edit user account.conf --search Search for users using patterns - --passwd Prompt to change a user pawword + --passwd Prompt to change a user password --del Delete a user account (or all corrupted) Examples: @@ -92,7 +92,7 @@ separator cat << EOT People DB : $people -Authfie path : $authfile +Authfile path : $authfile Admin users : $admin User accounts : $(ls $people | wc -l) Authfile users : $(cat $authfile | wc -l) @@ -157,7 +157,7 @@ echo -n $(colorize 31 "$user") indent 26 "Missing MAIL" fi - # Invalide mail + # Invalid mail if ! echo "$MAIL" | grep -q "@"; then echo -n $(colorize 31 "$user") indent 26 "Invalid MAIL: $MAIL"