mount: match mountpoint error message with util-linux

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma 2014-03-15 19:45:56 +01:00 committed by sin
parent 9af24d8a29
commit a056e2aa54

View File

@ -151,7 +151,7 @@ main(int argc, char *argv[])
}
}
if(!source)
eprintf("can't find %s mountpoint\n", target);
eprintf("can't find %s in /etc/fstab\n", target);
mountsingle:
if(mount(source, target, types, flags, data) < 0)