From faefa80cbd5576d94b237fc0d618544622b72025 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 29 Apr 2026 12:40:40 +0900 Subject: [PATCH] Fix again --- src/apps/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/cli/README.md b/src/apps/cli/README.md index ec4a772..228dbb7 100644 --- a/src/apps/cli/README.md +++ b/src/apps/cli/README.md @@ -61,7 +61,7 @@ lsync [database-path] [command] [args...] ### Commands - `sync`: Run one replication cycle with the remote CouchDB. -- `mirror [database-path] [vault-path]`: Bidirectional sync between the local database and a local directory (**the actual vault**). +- `mirror [vault-path]`: Bidirectional sync between the local database and a local directory (**the actual vault**). - If `vault-path` is provided, the CLI will synchronise the database with files in the vault directory. - If `vault-path` is omitted, it defaults to `database-path` (compatibility mode). - Use this command to keep your local `.md` files in sync with the database.