mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
docs: set unsafe HTML parsing to false and fix raw HTML insertion
This means that markdown files can't contain <thing> any more.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2020-05-22T09:52:00+01:00
|
||||
date: 2020-05-22T15:09:46+01:00
|
||||
title: "rclone config password"
|
||||
description: "Update password in an existing remote."
|
||||
slug: rclone_config_password
|
||||
@ -14,7 +14,7 @@ Update password in an existing remote.
|
||||
|
||||
|
||||
Update an existing remote's password. The password
|
||||
should be passed in in pairs of <key> <value>.
|
||||
should be passed in in pairs of `key` `value`.
|
||||
|
||||
For example to set password of a remote of name myremote you would do:
|
||||
|
||||
@ -25,7 +25,7 @@ both support obscuring passwords directly.
|
||||
|
||||
|
||||
```
|
||||
rclone config password <name> [<key> <value>]+ [flags]
|
||||
rclone config password `name` [`key` `value`]+ [flags]
|
||||
```
|
||||
|
||||
## Options
|
||||
|
Reference in New Issue
Block a user