diff --git a/CLI-Usage.md b/CLI-Usage.md index d795224..3880c66 100644 --- a/CLI-Usage.md +++ b/CLI-Usage.md @@ -8,6 +8,7 @@ Repertory supports multiple storage backends, each defined at mount time: | `-s3`, `--s3` | Amazon S3 or S3-compatible storage. | | `-sia`, `--sia` | Sia renterd backend. | | `-en`, `--encrypt` | Transparent encryption provider. Read-only passthrough to a local folder or disk, decrypting both filenames and file contents with **XChaCha20-Poly1305**. | +| `-rm`, `--remote_mount` | Remote mount provider. Connects to another Repertory instance’s shared mount over the network. | --- @@ -26,7 +27,6 @@ Repertory supports multiple storage backends, each defined at mount time: | `-of` | `--open_files` | open_files | Show currently open files. | | `-pf` | `--pin_file` | pin_file | Pin a file to keep it available locally. | | `-ps` | `--pinned_status` | pinned_status | Show pinned status for a file. | -| `-rm` | `--remote_mount` | — | Mount a remote provider through another Repertory instance. | | `-set` | `--set` | set | Set a configuration value by name. | | `-status` | `--status` | status | Check provider mount status. | | `-test` | `--test` | test | Run self-tests. |