From: William Orr Date: Wed, 24 Apr 2013 05:06:42 +0000 (-0400) Subject: irkerd -V shouldn't take an argument X-Git-Tag: 1.19~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7f9036cc918a915c43b13bd4893f6c85b29db2a;p=irker.git irkerd -V shouldn't take an argument --- diff --git a/irkerd b/irkerd index 2b2a9df..731b3d1 100755 --- a/irkerd +++ b/irkerd @@ -557,7 +557,7 @@ if __name__ == '__main__': namestyle = "irker%03d" password = None logfile = None - (options, arguments) = getopt.getopt(sys.argv[1:], "d:l:n:p:V:") + (options, arguments) = getopt.getopt(sys.argv[1:], "d:l:n:p:V") for (opt, val) in options: if opt == '-d': # Enable debug/progress messages debuglvl = int(val)