summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
diff options
context:
space:
mode:
authorKarel Zak2007-06-15 15:24:45 +0200
committerKarel Zak2007-06-15 15:24:45 +0200
commitf178b56e279f263246ac399e5ca19d751bef3ee1 (patch)
tree356bf88b56f09ad0c2b795118765ddea66a8acee /mount/mount.c
parenttests: fix ts_fstab_add function (diff)
downloadkernel-qcow2-util-linux-f178b56e279f263246ac399e5ca19d751bef3ee1.tar.gz
kernel-qcow2-util-linux-f178b56e279f263246ac399e5ca19d751bef3ee1.tar.xz
kernel-qcow2-util-linux-f178b56e279f263246ac399e5ca19d751bef3ee1.zip
mount: fix typo in error message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.c')
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index d9a4b81aa..bc30a76eb 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),