From: mmj Date: Fri, 25 Jun 2004 07:02:32 +0000 (+1000) Subject: Make it more clear wrt. listtexts X-Git-Tag: RELEASE_1_0_0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66f65f11056d2a3b11632ca938540eaee3dc298;p=thirdparty%2Fmlmmj.git Make it more clear wrt. listtexts --- diff --git a/src/mlmmj-make-ml.sh b/src/mlmmj-make-ml.sh index 8c225e94..b0c0c264 100755 --- a/src/mlmmj-make-ml.sh +++ b/src/mlmmj-make-ml.sh @@ -81,7 +81,7 @@ if [ -z "$OWNER" ]; then fi echo "$OWNER" > "$LISTDIR"/"control/owner" -echo -n "The path to the directory with the texts for the list? [] : " +echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : " read TEXTPATH if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then echo "**NOTE** Could not copy the texts for the list"