summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorPetr Uzel2011-07-01 15:51:44 +0200
committerKarel Zak2011-07-11 11:56:09 +0200
commit702e4aa3f4389a39dab83e4ecaa42451366280d0 (patch)
treee620219239d7ae58c2819508153cded0e98e74c7 /mount
parentmount: fix typo in mount.8 (diff)
downloadkernel-qcow2-util-linux-702e4aa3f4389a39dab83e4ecaa42451366280d0.tar.gz
kernel-qcow2-util-linux-702e4aa3f4389a39dab83e4ecaa42451366280d0.tar.xz
kernel-qcow2-util-linux-702e4aa3f4389a39dab83e4ecaa42451366280d0.zip
mount: make the error message clear
Reported-by: Micah Anderson <micah@debian.org> Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558653 Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'mount')
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 00637f52b..cb04d9d36 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1765,7 +1765,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
unsigned long long size = 0;
if (flags & MS_REMOUNT) {
- error (_("mount: %s not mounted already, or bad option"), node);
+ error (_("mount: %s not mounted or bad option"), node);
} else {
error (_("mount: wrong fs type, bad option, bad superblock on %s,\n"
" missing codepage or helper program, or other error"),