s4

changeset 600:f68f13fb226b

Usage format fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 03 Apr 2020 19:50:45 +0900
parents 495151811ec1
children 7c78ebd2f39f
files scripts/add-user-csv.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/scripts/add-user-csv.sh	Fri Apr 03 19:50:32 2020 +0900
     1.2 +++ b/scripts/add-user-csv.sh	Fri Apr 03 19:50:45 2020 +0900
     1.3 @@ -2,10 +2,10 @@
     1.4  
     1.5  if [ -z "$1" ]; then
     1.6    cat<<-EOF >&2
     1.7 -	Usage: ./add-user-csv.sh CSVfile >&2
     1.8 +	Usage: ./add-user-csv.sh CSVfile
     1.9  	Csv file should be the form of:
    1.10  	   username(email),notify-email,gecos,IniPassword
    1.11 -	Set $DISABLED for setting disabled password
    1.12 +	Set \$DISABLED for setting disabled password
    1.13  	EOF
    1.14    exit 1
    1.15  fi