mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +08:00
Reorder usage arguments
This commit is contained in:
parent
0cae21e9e8
commit
849acd87a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ defmodule LivebookCLI.Server do
|
|||
@impl true
|
||||
def usage() do
|
||||
"""
|
||||
Usage: livebook server [open-command] [--options]
|
||||
Usage: livebook server [options] [open-command]
|
||||
|
||||
An optional open-command can be given as argument. It will open
|
||||
up a browser window according these rules:
|
||||
|
|
Loading…
Reference in a new issue