updated cli options

2025-09-10 13:50:01 -05:00
parent bac4ccc55f
commit e56c048259

@@ -6,6 +6,7 @@ Repertory supports multiple storage backends, each defined at mount time:
| Short | Long | Description | | Short | Long | Description |
|---:|---|---| |---:|---|---|
| — | — | **Sia (default)**. Chosen automatically when no provider flag is given. |
| `-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**. |