From 4f1e469284683110bd6caa5fe3195800d431ec0f Mon Sep 17 00:00:00 2001 From: liangyongxiong Date: Wed, 29 Jul 2020 15:26:27 +0800 Subject: [PATCH] update argument description of startup command --- mindinsight/scripts/start.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mindinsight/scripts/start.py b/mindinsight/scripts/start.py index 3dcff48..2a41eb1 100644 --- a/mindinsight/scripts/start.py +++ b/mindinsight/scripts/start.py @@ -193,8 +193,8 @@ class Command(BaseCommand): help=""" Custom URL path prefix for web page address. URL path prefix consists of segments separated by slashes. Each segment supports - alphabets / digits / underscores / dashes / dots, but cannot just - be emtpy string / single dot / double dots. Default value is ''. + alphabets / digits / underscores / dashes / dots, but not single + dot or double dots. Default value is ''. """) for hook in HookUtils.instance().hooks(): -- GitLab