mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08:00
deletefile: fix typo in docs
This commit is contained in:
parent
7110349547
commit
3f0789e2db
|
@ -14,9 +14,9 @@ func init() {
|
|||
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "deletefile remote:path",
|
||||
Short: `Remove a single file path from remote.`,
|
||||
Short: `Remove a single file from remote.`,
|
||||
Long: `
|
||||
Remove a single file path from remote. Unlike ` + "`" + `delete` + "`" + ` it cannot be used to
|
||||
Remove a single file from remote. Unlike ` + "`" + `delete` + "`" + ` it cannot be used to
|
||||
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
|
||||
it will always be removed.
|
||||
`,
|
||||
|
|
Loading…
Reference in New Issue
Block a user