]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Make it more clear wrt. listtexts
authormmj <none@none>
Fri, 25 Jun 2004 07:02:32 +0000 (17:02 +1000)
committermmj <none@none>
Fri, 25 Jun 2004 07:02:32 +0000 (17:02 +1000)
src/mlmmj-make-ml.sh

index 8c225e940fe3969a83e90444e3e88cb455c03261..b0c0c26443d25a2a6b56e8a03d6a6709ba5fcfad 100755 (executable)
@@ -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"