rc: corrected mount/unmountall help msg and title

This commit is contained in:
Tom Mombourquette 2022-10-16 01:42:12 -03:00 committed by Nick Craig-Wood
parent daf3162bcf
commit 188b9f8cf1
1 changed files with 5 additions and 2 deletions

View File

@ -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.