]> err.no Git - util-linux/commitdiff
mount: fix typo in error message
authorKarel Zak <kzak@redhat.com>
Fri, 15 Jun 2007 13:24:45 +0000 (15:24 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 15 Jun 2007 13:24:45 +0000 (15:24 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index d9a4b81aa828e69b021a6dbc86b97566ab7576dd..bc30a76eb065cecd3ffb3b1b96bfe250f8d7c85d 100644 (file)
@@ -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),