8000 deletefile: fix typo in docs · devdevmac/rclone@3f0789e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f0789e

Browse files
committed
deletefile: fix typo in docs
1 parent 7110349 commit 3f0789e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/deletefile/deletefile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ func init() {
1414

1515
var commandDefintion = &cobra.Command{
1616
Use: "deletefile remote:path",
17-
Short: `Remove a single file path from remote.`,
17+
Short: `Remove a single file from remote.`,
1818
Long: `
19-
Remove a single file path from remote. Unlike ` + "`" + `delete` + "`" + ` it cannot be used to
19+
Remove a single file from remote. Unlike ` + "`" + `delete` + "`" + ` it cannot be used to
2020
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
2121
it will always be removed.
2222
`,

0 commit comments

Comments
 (0)
0