aboutsummaryrefslogtreecommitdiff
path: root/Documentation/MANPAGE.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-06-16 21:29:22 +0200
committerJakob Unterwurzacher2016-06-16 21:29:22 +0200
commit82d87ff8eda1a8e43cda4a5f500fc579477ee606 (patch)
tree6faccc15d46a1120409bb2baee6134c542e917df /Documentation/MANPAGE.md
parent305e9c1045f0546967bfbd2d10f13a28b6227a76 (diff)
Add "-ro" (read-only) flag
From the man page: **-ro** : Mount the filesystem read-only Also add a test.
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r--Documentation/MANPAGE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index 0ddd772..5f2ae47 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -117,6 +117,9 @@ option.
**-q, -quiet**
: Quiet - silence informational messages
+**-ro**
+: Mount the filesystem read-only
+
**-scryptn int**
: scrypt cost parameter logN. Setting this to a lower value speeds up
mounting but makes the password susceptible to brute-force attacks (default 16)