mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 09:22:00 +08:00
Fix typo on CLI entries
This commit is contained in:
parent
d3ffb7978d
commit
31e16f6b93
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ defmodule LivebookCLI.Server do
|
|||
|
||||
-p, --port The port to start the web application on, defaults to 8080
|
||||
--no-token Disable token authentication, enabled by default
|
||||
--sname Set a shot name for the app distributed node
|
||||
--sname Set a short name for the app distributed node
|
||||
--name Set a name for the app distributed node
|
||||
|
||||
The --help option can be given for usage information.
|
||||
|
|
Loading…
Reference in a new issue