提交 4f1e4692 编写于 作者: L liangyongxiong

update argument description of startup command

上级 4efd272b
...@@ -193,8 +193,8 @@ class Command(BaseCommand): ...@@ -193,8 +193,8 @@ class Command(BaseCommand):
help=""" help="""
Custom URL path prefix for web page address. URL path prefix Custom URL path prefix for web page address. URL path prefix
consists of segments separated by slashes. Each segment supports consists of segments separated by slashes. Each segment supports
alphabets / digits / underscores / dashes / dots, but cannot just alphabets / digits / underscores / dashes / dots, but not single
be emtpy string / single dot / double dots. Default value is ''. dot or double dots. Default value is ''.
""") """)
for hook in HookUtils.instance().hooks(): for hook in HookUtils.instance().hooks():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册