slitaz-dev-tools rev 272

tazu: tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Feb 20 20:38:10 2017 +0000 (2017-02-20)
parents 1b592113f1b7
children 32887197a722
files tazu/tazu
line diff
     1.1 --- a/tazu/tazu	Mon Feb 20 18:09:58 2017 +0100
     1.2 +++ b/tazu/tazu	Mon Feb 20 20:38:10 2017 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4    --admin    Make user admin
     1.5    --edit     Edit user account.conf
     1.6    --search   Search for users using patterns
     1.7 -  --passwd   Prompt to change a user pawword
     1.8 +  --passwd   Prompt to change a user password
     1.9    --del      Delete a user account (or all corrupted) 
    1.10    
    1.11  Examples:
    1.12 @@ -92,7 +92,7 @@
    1.13  		separator
    1.14  		cat << EOT
    1.15  People DB       : $people
    1.16 -Authfie path    : $authfile
    1.17 +Authfile path   : $authfile
    1.18  Admin users     : $admin
    1.19  User accounts   : $(ls $people | wc -l)
    1.20  Authfile users  : $(cat $authfile | wc -l)
    1.21 @@ -157,7 +157,7 @@
    1.22  					echo -n $(colorize 31 "$user")
    1.23  					indent 26 "Missing MAIL"
    1.24  				fi
    1.25 -				# Invalide mail
    1.26 +				# Invalid mail
    1.27  				if ! echo "$MAIL" | grep -q "@"; then
    1.28  					echo -n $(colorize 31 "$user")
    1.29  					indent 26 "Invalid MAIL: $MAIL"