mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: make command docs titles be one higher
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2020-05-18T10:38:09+01:00
|
||||
date: 2020-05-22T09:52:00+01:00
|
||||
title: "rclone md5sum"
|
||||
description: "Produces an md5sum file for all the objects in the path."
|
||||
slug: rclone_md5sum
|
||||
url: /commands/rclone_md5sum/
|
||||
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/md5sum/ and as part of making a release run "make commanddocs"
|
||||
---
|
||||
## rclone md5sum
|
||||
# rclone md5sum
|
||||
|
||||
Produces an md5sum file for all the objects in the path.
|
||||
|
||||
### Synopsis
|
||||
## Synopsis
|
||||
|
||||
|
||||
Produces an md5sum file for all the objects in the path. This
|
||||
@@ -21,7 +21,7 @@ is in the same format as the standard md5sum tool produces.
|
||||
rclone md5sum remote:path [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
## Options
|
||||
|
||||
```
|
||||
-h, --help help for md5sum
|
||||
@@ -29,7 +29,7 @@ rclone md5sum remote:path [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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user