mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: change syntax hightlighting for command examples from sh to console
This commit is contained in:
@@ -34,7 +34,7 @@ authentication. Bcrypt is recommended.
|
||||
|
||||
To create an htpasswd file:
|
||||
|
||||
` + "```sh" + `
|
||||
` + "```console" + `
|
||||
touch htpasswd
|
||||
htpasswd -B htpasswd user
|
||||
htpasswd -B htpasswd anotherUser
|
||||
|
||||
Reference in New Issue
Block a user