docs: consistent newline of first line in command output

This commit is contained in:
albertony
2024-08-12 18:17:46 +02:00
parent ae9960a4ed
commit 482bfae8fa
48 changed files with 62 additions and 117 deletions

View File

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