more accurate umount help message, for #815

This commit is contained in:
Daniel M. Drucker
2019-01-28 16:53:35 -05:00
parent 1107eef215
commit 29a5bd5b30
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ func mount(opts MountOptions, gopts GlobalOptions, mountpoint string) error {
}
Printf("Now serving the repository at %s\n", mountpoint)
Printf("Don't forget to umount after quitting!\n")
Printf("When finished, quit with Ctrl-c or umount the mountpoint.\n")
debug.Log("serving mount at %v", mountpoint)
err = fs.Serve(c, root)