1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

mount2: hide mount2 command for the moment

This commit is contained in:
Nick Craig-Wood
2020-02-11 12:05:43 +00:00
parent 8318020387
commit ec1271818f
4 changed files with 7 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import (
)
func init() {
mountlib.NewMountCommand("mount", Mount)
mountlib.NewMountCommand("mount", false, Mount)
}
// mountOptions configures the options from the command line flags