cammount: more friendly UI

Change-Id: Iec402e623407f2b22d54de952e38b1da0958f529
This commit is contained in:
Brad Fitzpatrick 2014-01-16 19:52:11 -08:00
parent 69b1b76c88
commit 4550d494ba
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func main() {
// Scans the arg list and sets up flags
client.AddFlags()
flag.Usage = usage
flag.Parse()
narg := flag.NArg()
@ -73,6 +74,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
log.Printf("No mount point given. Using: %s", mountPoint)
defer os.Remove(mountPoint)
}