From: Karel Zak Date: Fri, 15 Jun 2007 13:24:45 +0000 (+0200) Subject: mount: fix typo in error message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f178b56e279f263246ac399e5ca19d751bef3ee1;p=util-linux mount: fix typo in error message Signed-off-by: Karel Zak --- diff --git a/mount/mount.c b/mount/mount.c index d9a4b81a..bc30a76e 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),