fix typo in rcd docs

This commit is contained in:
Matt Robinson 2019-01-29 14:12:26 +00:00 committed by Nick Craig-Wood
parent b26276b416
commit 1402fcb234

View File

@ -17,7 +17,7 @@ var commandDefintion = &cobra.Command{
Use: "rcd <path to files to serve>*",
Short: `Run rclone listening to remote control commands only.`,
Long: `
This runs rclone so that it only listents to remote control commands.
This runs rclone so that it only listens to remote control commands.
This is useful if you are controlling rclone via the rc API.