From f1f40a0d55cc156441e9c35781dbfd7e57e03782 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Thu, 3 Nov 2022 04:40:20 +0800 Subject: [PATCH] Update server.md (#589) Update the usage of the short flag -h for --help instead of --host. --- docs/server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server.md b/docs/server.md index b4f41ddf..beb9645f 100644 --- a/docs/server.md +++ b/docs/server.md @@ -11,11 +11,11 @@ USAGE: atuin server start [OPTIONS] FLAGS: - --help Prints help information + -h, --help Prints help information -V, --version Prints version information OPTIONS: - -h, --host + --host -p, --port ```