deletefile: fix typo in docs

This commit is contained in:
Nick Craig-Wood
2018-06-17 16:58:37 +01:00
parent 7110349547
commit 3f0789e2db

View File

@@ -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.
`, `,