mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-12 15:11:47 +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
|
@impl true
|
||||||
def usage() do
|
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
|
An optional open-command can be given as argument. It will open
|
||||||
up a browser window according these rules:
|
up a browser window according these rules:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue