diff options
| author | Jakob Unterwurzacher | 2016-06-16 21:29:22 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2016-06-16 21:29:22 +0200 | 
| commit | 82d87ff8eda1a8e43cda4a5f500fc579477ee606 (patch) | |
| tree | 6faccc15d46a1120409bb2baee6134c542e917df /Documentation | |
| parent | 305e9c1045f0546967bfbd2d10f13a28b6227a76 (diff) | |
Add "-ro" (read-only) flag
From the man page:
  **-ro**
  :      Mount the filesystem read-only
Also add a test.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MANPAGE.md | 3 | 
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) | 
