Typo: the the -> the in docs and comments

This commit is contained in:
Lukas Loesche
2016-12-31 18:20:31 +01:00
committed by Nick Craig-Wood
parent f1221b510b
commit 5894c02a34
10 changed files with 26 additions and 26 deletions

View File

@ -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.

View File

@ -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

View File

@ -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