aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPlamen Dimitrov <pdimitrov@pevogam.com>2022-11-03 04:40:20 +0800
committerGitHub <noreply@github.com>2022-11-02 20:40:20 +0000
commitf1f40a0d55cc156441e9c35781dbfd7e57e03782 (patch)
treee811b994f25af36093f5d0f412ba58df27895baa /docs
parentMake fuzzy search the default (#591) (diff)
downloadatuin-f1f40a0d55cc156441e9c35781dbfd7e57e03782.zip
Update server.md (#589)
Update the usage of the short flag -h for --help instead of --host.
Diffstat (limited to '')
-rw-r--r--docs/server.md4
1 files 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>
+ --host <host>
-p, --port <port>
```