mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
Fix typos in the docs. (#171)
Co-authored-by: mundry <mundry@users.noreply.github.com>
This commit is contained in:
parent
7436e4ff65
commit
831cc98c24
@ -58,7 +58,7 @@ sync_address = "https://api.atuin.sh"
|
|||||||
### `sync_frequency`
|
### `sync_frequency`
|
||||||
|
|
||||||
How often to automatically sync with the server. This can be given in a
|
How often to automatically sync with the server. This can be given in a
|
||||||
"human readable" format. For example, `10s`, `20m`, `1h`, etc. Defaults to `1h`.
|
"human-readable" format. For example, `10s`, `20m`, `1h`, etc. Defaults to `1h`.
|
||||||
|
|
||||||
If set to `0`, Atuin will sync after every command. Some servers may potentially
|
If set to `0`, Atuin will sync after every command. Some servers may potentially
|
||||||
rate limit, which won't cause any issues.
|
rate limit, which won't cause any issues.
|
||||||
|
@ -6,7 +6,7 @@ atuin search <query>
|
|||||||
|
|
||||||
Atuin search also supports wildcards, with either the `*` or `%` character. By
|
Atuin search also supports wildcards, with either the `*` or `%` character. By
|
||||||
default, a prefix search is performed (ie, all queries are automatically
|
default, a prefix search is performed (ie, all queries are automatically
|
||||||
appended with a wildcard.
|
appended with a wildcard).
|
||||||
|
|
||||||
| Arg | Description |
|
| Arg | Description |
|
||||||
| ------------------ | ----------------------------------------------------------------------------- |
|
| ------------------ | ----------------------------------------------------------------------------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user