docs: add missing code section formatting to commands and flags
This commit is contained in:
@@ -27,7 +27,7 @@ var commandDefinition = &cobra.Command{
|
||||
Long: `
|
||||
rclone listremotes lists all the available remotes from the config file.
|
||||
|
||||
When uses with the -l flag it lists the types too.
|
||||
When used with the ` + "`--long`" + ` flag it lists the types too.
|
||||
`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(0, 0, command, args)
|
||||
|
||||
Reference in New Issue
Block a user