1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: make command docs titles be one higher

This commit is contained in:
Nick Craig-Wood
2020-05-22 11:17:37 +01:00
parent 0a74f8022e
commit 050879f0ca
69 changed files with 436 additions and 431 deletions

View File

@@ -1,16 +1,16 @@
---
date: 2020-05-18T10:38:09+01:00
date: 2020-05-22T09:52:00+01:00
title: "rclone config reconnect"
description: "Re-authenticates user with remote."
slug: rclone_config_reconnect
url: /commands/rclone_config_reconnect/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/reconnect/ and as part of making a release run "make commanddocs"
---
## rclone config reconnect
# rclone config reconnect
Re-authenticates user with remote.
### Synopsis
## Synopsis
This reconnects remote: passed in to the cloud storage system.
@@ -24,7 +24,7 @@ This normally means going through the interactive oauth flow again.
rclone config reconnect remote: [flags]
```
### Options
## Options
```
-h, --help help for reconnect
@@ -32,7 +32,7 @@ rclone config reconnect remote: [flags]
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
## SEE ALSO
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.