Update CLI Usage

2025-08-14 19:56:55 -05:00
parent 008c32908f
commit 6f03fd6810

@@ -8,7 +8,7 @@ Repertory supports multiple storage backends, each defined at mount time:
| `-s3`, `--s3` | Amazon S3 or S3-compatible storage. | | `-s3`, `--s3` | Amazon S3 or S3-compatible storage. |
| `-sia`, `--sia` | Sia renterd backend. | | `-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**. | | `-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 instances shared mount over the network. | | `-rm`, `--remote_mount` | Remote mount provider. Connects to another Repertory instance's shared mount over the network. |
--- ---