1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-10 05:13:45 +00:00

docs: fix markdown lint issues in command docs

This commit is contained in:
albertony
2025-08-24 21:12:04 +02:00
parent 514535ad46
commit 2e02d49578
81 changed files with 963 additions and 719 deletions

View File

@@ -29,16 +29,21 @@ inaccessible.true
You can use it to tier single object
rclone settier Cool remote:path/file
` + "```sh" + `
rclone settier Cool remote:path/file
` + "```" + `
Or use rclone filters to set tier on only specific files
rclone --include "*.txt" settier Hot remote:path/dir
` + "```sh" + `
rclone --include "*.txt" settier Hot remote:path/dir
` + "```" + `
Or just provide remote directory and all files in directory will be tiered
rclone settier tier remote:path/dir
`,
` + "```sh" + `
rclone settier tier remote:path/dir
` + "```",
Annotations: map[string]string{
"versionIntroduced": "v1.44",
},