8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7110349 commit 3f0789eCopy full SHA for 3f0789e
cmd/deletefile/deletefile.go
@@ -14,9 +14,9 @@ func init() {
14
15
var commandDefintion = &cobra.Command{
16
Use: "deletefile remote:path",
17
- Short: `Remove a single file path from remote.`,
+ Short: `Remove a single file from remote.`,
18
Long: `
19
-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
20
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
21
it will always be removed.
22
`,
0 commit comments