note that only . is disallowed in program names
1 files changed, 1 insertions(+), 1 deletions(-)

M conf.in
M conf.in +1 -1
@@ 272,7 272,7 @@ function run_new () {
     for reqsubstr in '.'; do
         if [ -z "${PROJ##*$reqsubstr*}" ]; then
             echo "project name ${PROJ} is unsafe: it contains the substring '$reqsubstr'."
-            echo "please use a lowercase name without punctuation and without - or _"
+            echo "please use a lowercase name without punctuation"
             exit 1
         fi
     done