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 wrap: on
line diff
--- a/scripts/add-user-csv.sh	Fri Apr 03 19:50:32 2020 +0900
+++ b/scripts/add-user-csv.sh	Fri Apr 03 19:50:45 2020 +0900
@@ -2,10 +2,10 @@
 
 if [ -z "$1" ]; then
   cat<<-EOF >&2
-	Usage: ./add-user-csv.sh CSVfile >&2
+	Usage: ./add-user-csv.sh CSVfile
 	Csv file should be the form of:
 	   username(email),notify-email,gecos,IniPassword
-	Set $DISABLED for setting disabled password
+	Set \$DISABLED for setting disabled password
 	EOF
   exit 1
 fi

yatex.org