mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 09:03:50 +00:00
docs: consistent newline of first line in command output
This commit is contained in:
@@ -21,8 +21,7 @@ func init() {
|
||||
var rmdirsCmd = &cobra.Command{
|
||||
Use: "rmdirs remote:path",
|
||||
Short: `Remove empty directories under the path.`,
|
||||
Long: `
|
||||
This recursively removes any empty directories (including directories
|
||||
Long: `This recursively removes any empty directories (including directories
|
||||
that only contain empty directories), that it finds under the path.
|
||||
The root path itself will also be removed if it is empty, unless
|
||||
you supply the ` + "`--leave-root`" + ` flag.
|
||||
|
||||
Reference in New Issue
Block a user