diff options
| author | Jakob Unterwurzacher | 2016-10-09 21:29:43 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2016-10-09 21:29:43 +0200 | 
| commit | 15b6ab12b1ad1f90ae15267816636a915367b113 (patch) | |
| tree | 47c8ca84eb7619e2cd63319d142289b31f1b6b0d | |
| parent | 5ef27ee5490a1a5f17b6014fb3a83de52dee930f (diff) | |
README: fix formatting error
| -rw-r--r-- | README.md | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -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. | 
