]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: add --read-write to man page
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:32:34 +0000 (12:32 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:32:34 +0000 (12:32 +0200)
sys-utils/mount.8
sys-utils/mount.c

index 4abea5d2f6000904d38797c3689739b876320cd3..453860567c78f644a98234d9313be4adbc8b5c72 100644 (file)
@@ -615,7 +615,7 @@ journal if the filesystem is dirty. To prevent this kind of write access, you
 may want to mount ext3 or ext4 filesystem with "ro,noload" mount options or
 set the block device to read-only mode, see command
 .BR blockdev (8).
-.IP "\fB\-w, \-\-rw\fP"
+.IP "\fB\-w, \-\-rw, \-\-read\-write\fP"
 Mount the filesystem read/write. This is the default. A synonym is
 .BR "\-o rw" .
 .IP "\fB\-L, \-\-label \fIlabel\fP"
index 664c46f6b459cdad9ec25f7fc87960d54578479f..8ff94611c600cd591b853e09883f63026fe0e476 100644 (file)
@@ -720,7 +720,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
        fprintf(out, _(
        " -v, --verbose           say what is being done\n"
        " -V, --version           display version information and exit\n"
-       " -w, --read-write        mount the filesystem read-write (default)\n"));
+       " -w, --rw, --read-write  mount the filesystem read-write (default)\n"));
 
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);