mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Feedback: Improve stop server description.
This commit is contained in:
parent
b9567512f8
commit
9bda4c61b9
@ -490,7 +490,7 @@ def shutdown_server(server_info, timeout=5, log=None):
|
|||||||
|
|
||||||
class NbserverStopApp(JupyterApp):
|
class NbserverStopApp(JupyterApp):
|
||||||
version = __version__
|
version = __version__
|
||||||
description="Stop currently running notebook server for a given port"
|
description="Stop currently running notebook server."
|
||||||
|
|
||||||
port = Integer(DEFAULT_NOTEBOOK_PORT, config=True,
|
port = Integer(DEFAULT_NOTEBOOK_PORT, config=True,
|
||||||
help="Port of the server to be killed. Default %s" % DEFAULT_NOTEBOOK_PORT)
|
help="Port of the server to be killed. Default %s" % DEFAULT_NOTEBOOK_PORT)
|
||||||
|
Loading…
Reference in New Issue
Block a user