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
rclone copy ...
```
- Windows (PowerShell):
```powershell
$env:GODEBUG="tlsrsakex=1"
rclone copy ...
```
- Linux/macOS:
```sh