diff --git a/miniupnpd/configure b/miniupnpd/configure index f3a9dcc..ed79abe 100755 --- a/miniupnpd/configure +++ b/miniupnpd/configure @@ -82,8 +82,8 @@ case "$argv" in exit 1 ;; *) - echo "Option not recognized : $argv" - echo "use -h option to display help" + echo "Option not recognized: $argv" + echo "Use -h option to display help" exit 1 ;; esac @@ -164,7 +164,7 @@ ${RM} ${CONFIGFILE} echo "/* MiniUPnP Project" >> ${CONFIGFILE} echo " * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/" >> ${CONFIGFILE} echo " * (c) 2006-2024 Thomas Bernard" >> ${CONFIGFILE} -echo " * generated by $0 on `date`" >> ${CONFIGFILE} +echo " * Generated by $0 on `date`" >> ${CONFIGFILE} echo " * `uname -a`" >> ${CONFIGFILE} if [ -z "$*" ] ; then echo " * using no command line option */" >> ${CONFIGFILE}