commit a056e2aa5444c2a2d07c25f94ce17af5e3340b4c
Author: Hiltjo Posthuma <[email protected]>
Date: Sat Mar 15 19:45:56 2014 +0100
mount: match mountpoint error message with util-linux
Signed-off-by: Hiltjo Posthuma <[email protected]>
diff --git a/mount.c b/mount.c
index 351c283..338c69d 100644
--- a/mount.c
+++ b/mount.c
@@ -151,7 +151,7 @@ main(int argc, char *argv[])
}
}
if(!source)
- eprintf("can't find %s mountpoint
", target);
+ eprintf("can't find %s in /etc/fstab
", target);
mountsingle:
if(mount(source, target, types, flags, data) < 0)