mirror of
https://github.com/rclone/rclone.git
synced 2025-06-01 00:43:18 +08: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 cryptdecode"
|
||||
description: "Cryptdecode returns unencrypted file names."
|
||||
slug: rclone_cryptdecode
|
||||
url: /commands/rclone_cryptdecode/
|
||||
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/cryptdecode/ and as part of making a release run "make commanddocs"
|
||||
---
|
||||
## rclone cryptdecode
|
||||
# rclone cryptdecode
|
||||
|
||||
Cryptdecode returns unencrypted file names.
|
||||
|
||||
### Synopsis
|
||||
## Synopsis
|
||||
|
||||
|
||||
rclone cryptdecode returns unencrypted file names when provided with
|
||||
@ -29,7 +29,7 @@ use it like this
|
||||
rclone cryptdecode encryptedremote: encryptedfilename [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
## Options
|
||||
|
||||
```
|
||||
-h, --help help for cryptdecode
|
||||
@ -38,7 +38,7 @@ rclone cryptdecode encryptedremote: encryptedfilename [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