docs: change syntax hightlighting for command examples from sh to console

This commit is contained in:
albertony committed 2025-11-01 15:33:38 +01:00
1 parent becc068d36
commit 059ad47336
110 files changed
+782 -750

No files matched your search

+5 -5
View File
@@ -20,20 +20,20 @@ Once you have made a remote, you can use it like this:
Make a new item
```sh
```console
rclone mkdir remote:item
```
List the contents of a item
```sh
```console
rclone ls remote:item
```
Sync `/home/local/directory` to the remote item, deleting any excess
files in the item.
```sh
```console
rclone sync --interactive /home/local/directory remote:item
```
@@ -95,7 +95,7 @@ changeable, as they are created by the Internet Archive automatically.
These auto-created files can be excluded from the sync using [metadata
filtering](/filtering/#metadata).
```sh
```console
rclone sync ... --metadata-exclude "source=metadata" --metadata-exclude "format=Metadata"
```
@@ -110,7 +110,7 @@ Most applies to the other providers as well, any differences are described [belo
First run
```sh
```console
rclone config
```