diff --git a/MANUAL.html b/MANUAL.html index 3dbf30c9f..4e58ea6f0 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -207,14 +207,14 @@ rclone --dry-run --min-size 100M delete remote:path

--size-only may be used to only compare the sizes, not the MD5SUMs.

rclone check source:path dest:path

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

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

rclone lsl

List all the objects path with modification time, size and path.

diff --git a/MANUAL.md b/MANUAL.md index 00eee2841..ba1be9f85 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -406,12 +406,12 @@ rclone check source:path dest:path ## 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 @@ -419,12 +419,12 @@ rclone ls remote:path ## 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 diff --git a/MANUAL.txt b/MANUAL.txt index f5a823384..dc82efbf8 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -382,22 +382,22 @@ alter the source or destination. 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 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 diff --git a/cmd/ls/ls.go b/cmd/ls/ls.go index a0d2d109e..f0b47e35e 100644 --- a/cmd/ls/ls.go +++ b/cmd/ls/ls.go @@ -14,7 +14,7 @@ func init() { var commandDefintion = &cobra.Command{ Use: "ls remote:path", - Short: `List all the objects in the the path with size and path.`, + Short: `List all the objects in the path with size and path.`, Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(1, 1, command, args) fsrc := cmd.NewFsSrc(args) diff --git a/cmd/lsd/lsd.go b/cmd/lsd/lsd.go index 5a609c2e6..e8d70f079 100644 --- a/cmd/lsd/lsd.go +++ b/cmd/lsd/lsd.go @@ -14,7 +14,7 @@ func init() { var commandDefintion = &cobra.Command{ Use: "lsd remote:path", - Short: `List all directories/containers/buckets in the the path.`, + Short: `List all directories/containers/buckets in the path.`, Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(1, 1, command, args) fsrc := cmd.NewFsSrc(args) diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md index f35f42359..100310c5a 100644 --- a/docs/content/commands/rclone.md +++ b/docs/content/commands/rclone.md @@ -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. diff --git a/docs/content/commands/rclone_ls.md b/docs/content/commands/rclone_ls.md index a52fa8b41..5b567e420 100644 --- a/docs/content/commands/rclone_ls.md +++ b/docs/content/commands/rclone_ls.md @@ -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 diff --git a/docs/content/commands/rclone_lsd.md b/docs/content/commands/rclone_lsd.md index 383a01881..3aeea3f95 100644 --- a/docs/content/commands/rclone_lsd.md +++ b/docs/content/commands/rclone_lsd.md @@ -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 diff --git a/docs/content/docs.md b/docs/content/docs.md index 9c7f4c60c..1ef0cdf55 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -67,8 +67,8 @@ The main rclone commands with most used first * [rclone mkdir](/commands/rclone_mkdir/) - Make the path if it doesn't already exist. * [rclone rmdir](/commands/rclone_rmdir/) - Remove the path. * [rclone check](/commands/rclone_check/) - Checks the files in the source and destination match. -* [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 sha1sum](/commands/rclone_sha1sum/) - Produces an sha1sum file for all the objects in the path. diff --git a/rclone.1 b/rclone.1 index ce166e099..9c8b3e111 100644 --- a/rclone.1 +++ b/rclone.1 @@ -512,10 +512,10 @@ rclone\ check\ source:path\ dest:path .fi .SS rclone ls .PP -List all the objects in the the path with size and path. +List all the objects in the path with size and path. .SS Synopsis .PP -List all the objects in the the path with size and path. +List all the objects in the path with size and path. .IP .nf \f[C] @@ -524,10 +524,10 @@ rclone\ ls\ remote:path .fi .SS rclone lsd .PP -List all directories/containers/buckets in the the path. +List all directories/containers/buckets in the path. .SS Synopsis .PP -List all directories/containers/buckets in the the path. +List all directories/containers/buckets in the path. .IP .nf \f[C]