mirror of
https://github.com/rclone/rclone.git
synced 2026-08-07 05:22:48 -04:00
docs: consistent newline of first line in command output
This commit is contained in:
1 parent
ae9960a4ed
commit
482bfae8fa
48 files changed
+62
-117
No files matched your search
@@ -25,8 +25,7 @@ var commandDefinition = &cobra.Command{
|
||||
Use: "delete remote:path",
|
||||
Short: `Remove the files in path.`,
|
||||
// Warning! "|" will be replaced by backticks below
|
||||
Long: strings.ReplaceAll(`
|
||||
Remove the files in path. Unlike [purge](/commands/rclone_purge/) it
|
||||
Long: strings.ReplaceAll(`Remove the files in path. Unlike [purge](/commands/rclone_purge/) it
|
||||
obeys include/exclude filters so can be used to selectively delete files.
|
||||
|
||||
|rclone delete| only deletes files but leaves the directory structure
|
||||
|
||||
Reference in new issue
Block a user