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

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