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
commitc0e738bc25ae76cf5092d6e0f86938fa5684dd27 (patch)
tree0f6250f19003fc920775fead71e48bf918c27a35 /port_for/cmd.py
parentReleasing progress-linux version 0.7.1-1~progress7.99u1. (diff)
downloadport-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.tar.xz
port-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.zip
Merging upstream version 0.7.2.
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