summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 12:32:34 +0200
committerKarel Zak2013-04-05 12:32:34 +0200
commit6d402bbedc9b752c96f85f04266010ce819b2ba5 (patch)
tree7056af680b355b3b04157ef1587f884f2f5d09ae /sys-utils/mount.c
parentmount: add --show-labels to man page (diff)
downloadkernel-qcow2-util-linux-6d402bbedc9b752c96f85f04266010ce819b2ba5.tar.gz
kernel-qcow2-util-linux-6d402bbedc9b752c96f85f04266010ce819b2ba5.tar.xz
kernel-qcow2-util-linux-6d402bbedc9b752c96f85f04266010ce819b2ba5.zip
mount: add --read-write to man page
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index 664c46f6b..8ff94611c 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -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);