mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Fix typo (#1002)
This commit is contained in:
parent
7f49cc254b
commit
98249710f9
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ You can backup your logs to another file using the `llm logs backup` command:
|
|||
```bash
|
||||
llm logs backup /tmp/backup.db
|
||||
```
|
||||
This uses SQLite [VACCUM INTO](https://sqlite.org/lang_vacuum.html#vacuum_with_an_into_clause) under the hood.
|
||||
This uses SQLite [VACUUM INTO](https://sqlite.org/lang_vacuum.html#vacuum_with_an_into_clause) under the hood.
|
||||
|
||||
(logging-sql-schema)=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue