mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
deletefile: fix typo in docs
This commit is contained in:
@@ -14,9 +14,9 @@ func init() {
|
|||||||
|
|
||||||
var commandDefintion = &cobra.Command{
|
var commandDefintion = &cobra.Command{
|
||||||
Use: "deletefile remote:path",
|
Use: "deletefile remote:path",
|
||||||
Short: `Remove a single file path from remote.`,
|
Short: `Remove a single file from remote.`,
|
||||||
Long: `
|
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,
|
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
|
||||||
it will always be removed.
|
it will always be removed.
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user