summaryrefslogtreecommitdiff
path: root/Biz/Que
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Que')
-rwxr-xr-xBiz/Que/Client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Biz/Que/Client.py b/Biz/Que/Client.py
index ef6d6d2..20349b6 100755
--- a/Biz/Que/Client.py
+++ b/Biz/Que/Client.py
@@ -191,7 +191,9 @@ def get_args() -> argparse.Namespace:
be used for serving a webpage or other file continuously"""
),
)
- cli.add_argument("target", help="namespace and path of the que, like 'ns/path'")
+ cli.add_argument(
+ "target", help="namespace and path of the que, like 'ns/path'"
+ )
cli.add_argument(
"infile",
nargs="?",