summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-09 21:29:43 +0200
committerJakob Unterwurzacher2016-10-09 21:29:43 +0200
commit15b6ab12b1ad1f90ae15267816636a915367b113 (patch)
tree47c8ca84eb7619e2cd63319d142289b31f1b6b0d /README.md
parent5ef27ee5490a1a5f17b6014fb3a83de52dee930f (diff)
README: fix formatting error
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b8eeba4..76d2d94 100644
--- a/README.md
+++ b/README.md
@@ -125,12 +125,12 @@ v1.1 (not yet released)
and later.
* The default, forward mode, stays fully compatible with older versions.
Forward mode will keep using GCM because it is much faster.
-* Accept "-o a,b,c"-style options that are passed at the end of
+* Accept `-o foo,bar,baz`-style options that are passed at the end of
the command-line, like mount(1) does. All other options must still
precede the passed paths.
- * This allows mounting from /etc/fstab. See
- (#45)[https://github.com/rfjakob/gocryptfs/issues/45] for details.
- * Mounting on login using pam_mount works as well. It is
+ * This allows **mounting from /etc/fstab**. See
+ [#45](https://github.com/rfjakob/gocryptfs/issues/45) for details.
+ * **Mounting on login using pam_mount** works as well. It is
[described in the wiki](https://github.com/rfjakob/gocryptfs/wiki/Mounting-on-login-using-pam_mount).
* To prevent confusion, the old `-o` option had to be renamed. It is now
called `-ko`. Arguments to `-ko` are passed directly to the kernel.