mount: add --read-write to man page

This commit is contained in:
Karel Zak 2013-04-05 12:32:34 +02:00
parent 81009d7255
commit 6d402bbedc
2 changed files with 2 additions and 2 deletions

View 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"

View 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);