From 1402fcb2342ca5b3096e43d1c0f327dc170d7fed Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Tue, 29 Jan 2019 14:12:26 +0000 Subject: [PATCH] fix typo in rcd docs --- cmd/rcd/rcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rcd/rcd.go b/cmd/rcd/rcd.go index 4a6fe2a8d..08223d47c 100644 --- a/cmd/rcd/rcd.go +++ b/cmd/rcd/rcd.go @@ -17,7 +17,7 @@ var commandDefintion = &cobra.Command{ Use: "rcd *", 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.