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

This commit is contained in:
albertony
2025-11-01 15:33:38 +01:00
parent becc068d36
commit 059ad47336
110 changed files with 782 additions and 750 deletions
+3 -3
View File
@@ -29,19 +29,19 @@ inaccessible.true
You can use it to tier single object
` + "```sh" + `
` + "```console" + `
rclone settier Cool remote:path/file
` + "```" + `
Or use rclone filters to set tier on only specific files
` + "```sh" + `
` + "```console" + `
rclone --include "*.txt" settier Hot remote:path/dir
` + "```" + `
Or just provide remote directory and all files in directory will be tiered
` + "```sh" + `
` + "```console" + `
rclone settier tier remote:path/dir
` + "```",
Annotations: map[string]string{