mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Typo: the the -> the in docs and comments
This commit is contained in:
committed by
Nick Craig-Wood
parent
f1221b510b
commit
5894c02a34
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user