1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00

rc: fix docs for config/create /update /password

This commit is contained in:
Nick Craig-Wood 2019-09-03 08:29:44 +01:00
parent e2ce687f93
commit 5932acfee3
2 changed files with 6 additions and 0 deletions

View File

@ -308,6 +308,7 @@ Show statistics for the cache remote.
This takes the following parameters This takes the following parameters
- name - name of remote - name - name of remote
- parameters - a map of \{ "key": "value" \} pairs
- type - type of the new remote - type - type of the new remote
@ -318,6 +319,7 @@ Authentication is required for this call.
### config/delete: Delete a remote in the config file. {#config/delete} ### config/delete: Delete a remote in the config file. {#config/delete}
Parameters: Parameters:
- name - name of remote to delete - name - name of remote to delete
See the [config delete command](/commands/rclone_config_delete/) command for more information on the above. See the [config delete command](/commands/rclone_config_delete/) command for more information on the above.
@ -358,6 +360,7 @@ Authentication is required for this call.
This takes the following parameters This takes the following parameters
- name - name of remote - name - name of remote
- parameters - a map of \{ "key": "value" \} pairs
See the [config password command](/commands/rclone_config_password/) command for more information on the above. See the [config password command](/commands/rclone_config_password/) command for more information on the above.
@ -378,6 +381,7 @@ Authentication is required for this call.
This takes the following parameters This takes the following parameters
- name - name of remote - name - name of remote
- parameters - a map of \{ "key": "value" \} pairs
See the [config update command](/commands/rclone_config_update/) command for more information on the above. See the [config update command](/commands/rclone_config_update/) command for more information on the above.

View File

@ -120,6 +120,7 @@ func init() {
Help: `This takes the following parameters Help: `This takes the following parameters
- name - name of remote - name - name of remote
- parameters - a map of \{ "key": "value" \} pairs
` + extraHelp + ` ` + extraHelp + `
See the [config ` + name + ` command](/commands/rclone_config_` + name + `/) command for more information on the above.`, See the [config ` + name + ` command](/commands/rclone_config_` + name + `/) command for more information on the above.`,
@ -161,6 +162,7 @@ func init() {
AuthRequired: true, AuthRequired: true,
Help: ` Help: `
Parameters: Parameters:
- name - name of remote to delete - name - name of remote to delete
See the [config delete command](/commands/rclone_config_delete/) command for more information on the above. See the [config delete command](/commands/rclone_config_delete/) command for more information on the above.