mirror of https://github.com/perkeep/perkeep.git
cammount: more friendly UI
Change-Id: Iec402e623407f2b22d54de952e38b1da0958f529
This commit is contained in:
parent
69b1b76c88
commit
4550d494ba
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue