1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 18:43:50 +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 lsf"
description: "List directories and objects in remote:path formatted for parsing"
slug: rclone_lsf
url: /commands/rclone_lsf/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/lsf/ and as part of making a release run "make commanddocs"
---
## rclone lsf
# rclone lsf
List directories and objects in remote:path formatted for parsing
### Synopsis
## Synopsis
List the contents of the source path (directories and objects) to
@@ -135,7 +135,7 @@ the bucket based remotes).
rclone lsf remote:path [flags]
```
### Options
## Options
```
--absolute Put a leading / in front of path names.
@@ -152,7 +152,7 @@ rclone lsf 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.