mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
rc: corrected mount/unmountall help msg and title
This commit is contained in:
parent
daf3162bcf
commit
188b9f8cf1
@ -274,8 +274,11 @@ func init() {
|
|||||||
Path: "mount/unmountall",
|
Path: "mount/unmountall",
|
||||||
AuthRequired: true,
|
AuthRequired: true,
|
||||||
Fn: unmountAll,
|
Fn: unmountAll,
|
||||||
Title: "Show current mount points",
|
Title: "Unmount all active mounts",
|
||||||
Help: `This shows currently mounted points, which can be used for performing an unmount.
|
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.
|
This takes no parameters and returns error if unmount does not succeed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user