diff options
| author | Plamen Dimitrov <pdimitrov@pevogam.com> | 2022-11-03 04:40:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 20:40:20 +0000 |
| commit | f1f40a0d55cc156441e9c35781dbfd7e57e03782 (patch) | |
| tree | e811b994f25af36093f5d0f412ba58df27895baa | |
| parent | Make fuzzy search the default (#591) (diff) | |
| download | atuin-f1f40a0d55cc156441e9c35781dbfd7e57e03782.zip | |
Update server.md (#589)
Update the usage of the short flag -h for --help instead of --host.
| -rw-r--r-- | docs/server.md | 4 |
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> ``` |
