projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2b37e
)
irkerd -V shouldn't take an argument
author
William Orr
<will@worrbase.com>
Wed, 24 Apr 2013 05:06:42 +0000
(
01:06
-0400)
committer
William Orr
<will@worrbase.com>
Wed, 24 Apr 2013 05:06:42 +0000
(
01:06
-0400)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index 2b2a9dffd63634f094bdeb3dc73078de6b933c0f..731b3d15f51bbea1d1d2c509075650d34c418799 100755
(executable)
--- 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)