From: Fredrik Tolf Date: Sun, 12 Jan 2014 05:49:56 +0000 (+0100) Subject: python: Removed the -l option from the usage message, since it's only for compatiblity. X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=31466b18d2b93646dc5d380710c1bab911dfdaf8 python: Removed the -l option from the usage message, since it's only for compatiblity. --- diff --git a/python/ashd-wsgi b/python/ashd-wsgi index f1f40b2..b671059 100755 --- a/python/ashd-wsgi +++ b/python/ashd-wsgi @@ -8,7 +8,7 @@ except: pdm = None def usage(out): - out.write("usage: ashd-wsgi [-hAL] [-m PDM-SPEC] [-p MODPATH] [-l REQLIMIT] [-t REQUEST-HANDLER[:PAR[=VAL](,PAR[=VAL])...]] HANDLER-MODULE [ARGS...]\n") + out.write("usage: ashd-wsgi [-hAL] [-m PDM-SPEC] [-p MODPATH] [-t REQUEST-HANDLER[:PAR[=VAL](,PAR[=VAL])...]] HANDLER-MODULE [ARGS...]\n") hspec = "free", {} modwsgi_compat = False diff --git a/python3/ashd-wsgi3 b/python3/ashd-wsgi3 index de6c20e..fbb8d38 100755 --- a/python3/ashd-wsgi3 +++ b/python3/ashd-wsgi3 @@ -8,7 +8,7 @@ except: pdm = None def usage(out): - out.write("usage: ashd-wsgi3 [-hAL] [-m PDM-SPEC] [-p MODPATH] [-l REQLIMIT] [-t REQUEST-HANDLER[:PAR[=VAL](,PAR[=VAL])...]] HANDLER-MODULE [ARGS...]\n") + out.write("usage: ashd-wsgi3 [-hAL] [-m PDM-SPEC] [-p MODPATH] [-t REQUEST-HANDLER[:PAR[=VAL](,PAR[=VAL])...]] HANDLER-MODULE [ARGS...]\n") hspec = "free", {} modwsgi_compat = False