docs: fix markdownlint issue md014/commands-show-output

This commit is contained in:
albertony
2025-07-10 14:46:57 +02:00
parent b2f43f39ba
commit 4fcd36a5ab
2 changed files with 3 additions and 3 deletions

View File

@@ -320,7 +320,7 @@ kill %1
Make sure you have [Snapd installed](https://snapcraft.io/docs/installing-snapd)
```bash
$ sudo snap install rclone
sudo snap install rclone
```
Due to the strict confinement of Snap, rclone snap cannot access real /home/$USER/.config/rclone directory, default config path is as below.

View File

@@ -194,14 +194,14 @@ If the remote is running on a different URL than the default
`http://localhost:5572/`, use the `--url` option to specify it:
```
$ rclone rc --url http://some.remote:1234/ rc/noop
rclone rc --url http://some.remote:1234/ rc/noop
```
Or, if the remote is listening on a Unix socket, use the `--unix-socket` option
instead:
```
$ rclone rc --unix-socket /tmp/rclone.sock rc/noop
rclone rc --unix-socket /tmp/rclone.sock rc/noop
```
Run `rclone rc` on its own, without any commands, to see the help for the