s/PORT/CONNS/
authorForrest Voight <forrest@forre.st>
Mon, 19 Mar 2012 17:14:40 +0000 (13:14 -0400)
committerForrest Voight <forrest@forre.st>
Mon, 19 Mar 2012 17:15:08 +0000 (13:15 -0400)
p2pool/main.py

index 7834662..fb84909 100644 (file)
@@ -846,7 +846,7 @@ def run():
     parser.add_argument('--disable-upnp',
         help='''don't attempt to use UPnP to forward p2pool's P2P port from the Internet to this computer''',
         action='store_false', default=True, dest='upnp')
-    p2pool_group.add_argument('--max-conns', metavar='PORT',
+    p2pool_group.add_argument('--max-conns', metavar='CONNS',
         help='maximum incoming connections (default: 40)',
         type=int, action='store', default=40, dest='p2pool_conns')