64c563
diff -up nfs-utils-1.3.0/utils/mount/mount_libmount.c.orig nfs-utils-1.3.0/utils/mount/mount_libmount.c
64c563
--- nfs-utils-1.3.0/utils/mount/mount_libmount.c.orig	2016-06-08 09:48:19.446035537 -0400
64c563
+++ nfs-utils-1.3.0/utils/mount/mount_libmount.c	2016-06-08 09:57:58.389518986 -0400
64c563
@@ -207,6 +207,7 @@ static int umount_main(struct libmnt_con
64c563
 
64c563
 	if (!spec || (*spec != '/' && strchr(spec,':') == NULL)) {
64c563
 		nfs_error(_("%s: no mount point provided"), progname);
64c563
+		umount_usage();
64c563
 		return EX_USAGE;
64c563
 	}
64c563
 
64c563
@@ -328,6 +329,7 @@ static int mount_main(struct libmnt_cont
64c563
 
64c563
 	if (!mount_point) {
64c563
 		nfs_error(_("%s: no mount point provided"), progname);
64c563
+		mount_usage();
64c563
 		goto err;
64c563
 	}
64c563
 	if (!spec) {