mount: print the mountpoint

After we mount a filesystem, print the root filesystem location.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2017-01-27 15:37:15 +01:00
parent 57841cce77
commit 80691e654d

View File

@@ -104,5 +104,7 @@ func mountCmd(c *cli.Context) error {
return err
}
fmt.Printf("%s\n", mountPoint)
return nil
}