docs: fix formatting

This commit is contained in:
Nick Craig-Wood
2026-01-23 16:55:52 +00:00
parent 4b2c39c585
commit 6b9f77459a
+2
View File
@@ -337,12 +337,14 @@ ciphers via `GODEBUG`:
set GODEBUG=tlsrsakex=1 set GODEBUG=tlsrsakex=1
rclone copy ... rclone copy ...
``` ```
- Windows (PowerShell): - Windows (PowerShell):
```powershell ```powershell
$env:GODEBUG="tlsrsakex=1" $env:GODEBUG="tlsrsakex=1"
rclone copy ... rclone copy ...
``` ```
- Linux/macOS: - Linux/macOS:
```sh ```sh