diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-12-28 23:27:46 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-12-28 23:27:46 +0100 |
commit | 0724930a6880ea9a088785480cfa7803d43a6370 (patch) | |
tree | b3014de1cddfbb024ffd4a0335551ce8edd4e8df | |
parent | 88e90f41eb86b8aa1fcfef1e0585f314afb5180d (diff) | |
download | mediagoblin-0724930a6880ea9a088785480cfa7803d43a6370.tar.lz mediagoblin-0724930a6880ea9a088785480cfa7803d43a6370.tar.xz mediagoblin-0724930a6880ea9a088785480cfa7803d43a6370.zip |
Show --log-file option in lazyserver help.
-rwxr-xr-x | lazyserver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazyserver.sh b/lazyserver.sh index 4ca073b5..843993e6 100755 --- a/lazyserver.sh +++ b/lazyserver.sh @@ -26,7 +26,7 @@ then echo "" echo " For example:" echo " $0 -c fcgi.ini port_number=23371" - echo " or: $0 --server-name=fcgi" + echo " or: $0 --server-name=fcgi --log-file=paste.log" echo "" echo " The configfile defaults to paste_local.ini," echo " if that is readable, otherwise paste.ini." |