commit f0a5b182e0630a0751bea2cbaf452af75a467761
parent ce414baa5cdc60fd5706f9c3de2b983c273eeaf4
Author: parazyd <parazyd@dyne.org>
Date: Wed, 24 Jul 2019 13:15:58 +0200
python/damhs.py: Fix -p flag.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/damhs.py b/python/damhs.py
@@ -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()