diff options
Diffstat (limited to 'lazystarter.sh')
-rwxr-xr-x | lazystarter.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lazystarter.sh b/lazystarter.sh index b531b068..e0907def 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -38,8 +38,7 @@ if [ "$1" = "-h" ]; then echo "$0 [-h] [-c filename.ini] [ARGS_to_${starter_cmd} ...]" echo "" echo " For example:" - echo " $0 -c fcgi.ini port_number=23371" - echo " or: $0 --server-name=fcgi --log-file=paste.log" + echo " $0 --server-name=main --log-file=paste.log" echo "" echo " The configfile defaults to ${ini_prefix}_local.ini," echo " if that is readable, otherwise ${ini_prefix}.ini." |