summaryrefslogtreecommitdiffstats
path: root/port_for/cmd.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
commit1dd702b721f7d1836af27c8a114f1386ff9f57bd (patch)
tree622a84466e38b4480dbbbdfa64263da19d736e2f /port_for/cmd.py
parentAdding upstream version 0.7.1. (diff)
downloadport-for-upstream.tar.xz
port-for-upstream.zip
Adding upstream version 0.7.2.upstream/0.7.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'port_for/cmd.py')
-rw-r--r--port_for/cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/port_for/cmd.py b/port_for/cmd.py
index be28902..ba9add7 100644
--- a/port_for/cmd.py
+++ b/port_for/cmd.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-"""
-cmd.py is a command-line utility that helps with local TCP ports management.
+"""cmd.py is a command-line utility that helps with local TCP ports management.
It finds 'good' unused TCP localhost port and remembers the association.
@@ -26,6 +25,7 @@ Options:
import sys
from typing import Optional
+
import port_for
from port_for.docopt import docopt