Improve prefix arg description

This commit is contained in:
Sandro Jäckel 2025-07-27 04:33:28 +02:00
parent 3f9a991b52
commit e8b94765b4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -246,7 +246,7 @@ def get_args():
"--url-prefix",
default=DEFARGS['URL_PREFIX'],
type=str,
help="Add prefix to URL: example.com:5000/url-prefix/",
help="Add a prefix like /url-prefix to URL: example.com:5000/url-prefix/",
)
args = parser.parse_args()
if args.url_prefix and not args.url_prefix.startswith('/'):