Remove umount command from remote client.

Since there is no mount command, it does not make sense to have umount.

Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
This commit is contained in:
Ashley Cui 2019-06-27 16:44:00 -04:00
parent 0906b32087
commit 93d3eb30a8
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ func getMainCommands() []*cobra.Command {
_refreshCommand,
_searchCommand,
_statsCommand,
_umountCommand,
_unshareCommand,
}

View File

@ -59,7 +59,6 @@ var mainCommands = []*cobra.Command{
_stopCommand,
_tagCommand,
_topCommand,
_umountCommand,
_unpauseCommand,
_versionCommand,
_waitCommand,