Merge pull request #3451 from ashley-cui/unmount

Remove umount command from remote client.
This commit is contained in:
OpenShift Merge Robot
2019-06-28 18:06:30 +02:00
committed by GitHub
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,