diff options
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |