mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
docs: consistent newline of first line in command output
This commit is contained in:
@@ -16,8 +16,7 @@ func init() {
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "rmdir remote:path",
|
||||
Short: `Remove the empty directory at path.`,
|
||||
Long: `
|
||||
This removes empty directory given by path. Will not remove the path if it
|
||||
Long: `This removes empty directory given by path. Will not remove the path if it
|
||||
has any objects in it, not even empty subdirectories. Use
|
||||
command [rmdirs](/commands/rclone_rmdirs/) (or [delete](/commands/rclone_delete/)
|
||||
with option ` + "`--rmdirs`" + `) to do that.
|
||||
|
Reference in New Issue
Block a user