mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
Typo: the the -> the in docs and comments
This commit is contained in:
committed by
Nick Craig-Wood
parent
f1221b510b
commit
5894c02a34
@ -133,8 +133,8 @@ rclone
|
||||
* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output bash completion script for rclone.
|
||||
* [rclone gendocs](/commands/rclone_gendocs/) - Output markdown docs for rclone to the directory supplied.
|
||||
* [rclone listremotes](/commands/rclone_listremotes/) - List all the remotes in the config file.
|
||||
* [rclone ls](/commands/rclone_ls/) - List all the objects in the the path with size and path.
|
||||
* [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the the path.
|
||||
* [rclone ls](/commands/rclone_ls/) - List all the objects in the path with size and path.
|
||||
* [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the path.
|
||||
* [rclone lsl](/commands/rclone_lsl/) - List all the objects path with modification time, size and path.
|
||||
* [rclone md5sum](/commands/rclone_md5sum/) - Produces an md5sum file for all the objects in the path.
|
||||
* [rclone mkdir](/commands/rclone_mkdir/) - Make the path if it doesn't already exist.
|
||||
|
@ -6,12 +6,12 @@ url: /commands/rclone_ls/
|
||||
---
|
||||
## rclone ls
|
||||
|
||||
List all the objects in the the path with size and path.
|
||||
List all the objects in the path with size and path.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
List all the objects in the the path with size and path.
|
||||
List all the objects in the path with size and path.
|
||||
|
||||
```
|
||||
rclone ls remote:path
|
||||
|
@ -6,12 +6,12 @@ url: /commands/rclone_lsd/
|
||||
---
|
||||
## rclone lsd
|
||||
|
||||
List all directories/containers/buckets in the the path.
|
||||
List all directories/containers/buckets in the path.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
List all directories/containers/buckets in the the path.
|
||||
List all directories/containers/buckets in the path.
|
||||
|
||||
```
|
||||
rclone lsd remote:path
|
||||
|
Reference in New Issue
Block a user