From 188b9f8cf1dad3820351a61d2072f67011ff80c9 Mon Sep 17 00:00:00 2001 From: Tom Mombourquette Date: Sun, 16 Oct 2022 01:42:12 -0300 Subject: [PATCH] rc: corrected mount/unmountall help msg and title --- cmd/mountlib/rc.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/mountlib/rc.go b/cmd/mountlib/rc.go index bde259c88..3717db28a 100644 --- a/cmd/mountlib/rc.go +++ b/cmd/mountlib/rc.go @@ -274,8 +274,11 @@ func init() { Path: "mount/unmountall", AuthRequired: true, Fn: unmountAll, - Title: "Show current mount points", - Help: `This shows currently mounted points, which can be used for performing an unmount. + Title: "Unmount all active mounts", + Help: ` +rclone allows Linux, FreeBSD, macOS and Windows to +mount any of Rclone's cloud storage systems as a file system with +FUSE. This takes no parameters and returns error if unmount does not succeed.