Update server.md (#589)
Update the usage of the short flag -h for --help instead of --host.
This commit is contained in:
parent
11d98d91dc
commit
f1f40a0d55
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue