From: Karel Zak Date: Fri, 15 Jun 2007 13:24:45 +0000 (+0200) Subject: mount: fix typo in error message X-Git-Tag: v2.13-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f178b56e279f263246ac399e5ca19d751bef3ee1;p=thirdparty%2Futil-linux.git mount: fix typo in error message Signed-off-by: Karel Zak --- diff --git a/mount/mount.c b/mount/mount.c index d9a4b81aa8..bc30a76eb0 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1946,7 +1946,7 @@ main(int argc, char *argv[]) { die (EX_USAGE, _("mount: can't find %s in %s or %s"), - spec, _PATH_FSTAB, MOUNTED); + *argv, _PATH_FSTAB, MOUNTED); } result = mount_one (xstrdup (mc->m.mnt_fsname),