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 listremotes"
description: "List all the remotes in the config file."
slug: rclone_listremotes
url: /commands/rclone_listremotes/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/listremotes/ and as part of making a release run "make commanddocs"
---
## rclone listremotes
# rclone listremotes
List all the remotes in the config file.
### Synopsis
## Synopsis
rclone listremotes lists all the available remotes from the config file.
@@ -22,7 +22,7 @@ When uses with the -l flag it lists the types too.
rclone listremotes [flags]
```
### Options
## Options
```
-h, --help help for listremotes
@@ -31,7 +31,7 @@ rclone listremotes [flags]
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
## SEE ALSO
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.