docs: fix formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user