Browse Source

update argument description of startup command

tags/0.7.0-beta
liangyongxiong 5 years ago
parent
commit
4f1e469284
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mindinsight/scripts/start.py

+ 2
- 2
mindinsight/scripts/start.py View File

@@ -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():


Loading…
Cancel
Save