From 849acd87a99dd0d24a60dc9442a5d4a60dc47ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 30 Jan 2022 18:58:09 +0100 Subject: [PATCH] Reorder usage arguments --- lib/livebook_cli/server.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_cli/server.ex b/lib/livebook_cli/server.ex index aa59c5fcf..6ebbf051f 100644 --- a/lib/livebook_cli/server.ex +++ b/lib/livebook_cli/server.ex @@ -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: