URI: 
       tpython/damhs.py: Fix -p flag. - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f0a5b182e0630a0751bea2cbaf452af75a467761
   DIR parent ce414baa5cdc60fd5706f9c3de2b983c273eeaf4
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 24 Jul 2019 13:15:58 +0200
       
       python/damhs.py: Fix -p flag.
       
       Diffstat:
         M python/damhs.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/damhs.py b/python/damhs.py
       t@@ -50,7 +50,7 @@ def main():
            parser.add_argument('-k', '--private-key',
                                help='Path to the ed25519 private key',
                                default='/home/decode/.dam/private.key')
       -    parser.add_argument('-p', '--port-map', action='store_true',
       +    parser.add_argument('-p', '--port-map',
                                help='Comma-separated string of local:remote ports',
                                default='80:49731,5000:5000')
            args = parser.parse_args()