提交 7b0d1a7d 编写于 作者: L liangyongxiong

fix stop command hints

上级 af74f87d
......@@ -96,7 +96,7 @@ class Command(BaseCommand):
"""
port, pid = args.port, args.pid
if not pid:
msg = f'No mindinsight service found for port {port}'
msg = f'No mindinsight service started by current user found for port {port}'
self.console.error(msg)
sys.exit(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册