1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-19 17:07:48 +03:00

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>
``` ```