Browse Source

fix stop command hints

tags/v0.5.0-beta
liangyongxiong 5 years ago
parent
commit
7b0d1a7dca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/scripts/stop.py

+ 1
- 1
mindinsight/scripts/stop.py View File

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



Loading…
Cancel
Save