mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 02:33:49 +00:00
docs: fix markdown lint issues in command docs
This commit is contained in:
@@ -22,7 +22,7 @@ var help string
|
||||
|
||||
// Help returns the help string cleaned up to simplify appending
|
||||
func Help() string {
|
||||
return strings.TrimSpace(help) + "\n\n"
|
||||
return strings.TrimSpace(help)
|
||||
}
|
||||
|
||||
// AddLoggerFlagsOptions contains options for the Logger Flags
|
||||
|
||||
Reference in New Issue
Block a user