Update server.md (#589)

Update the usage of the short flag -h for --help instead of --host.
This commit is contained in:
Plamen Dimitrov 2022-11-03 04:40:20 +08:00 committed by GitHub
parent 11d98d91dc
commit f1f40a0d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ USAGE:
atuin server start [OPTIONS] atuin server start [OPTIONS]
FLAGS: FLAGS:
--help Prints help information -h, --help Prints help information
-V, --version Prints version information -V, --version Prints version information
OPTIONS: OPTIONS:
-h, --host <host> --host <host>
-p, --port <port> -p, --port <port>
``` ```