diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MANPAGE.md | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 8c4af3f..9caa359 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -482,11 +482,17 @@ for details.  #### -fido2 DEVICE_PATH  Use a FIDO2 token to initialize and unlock the filesystem. -Use "fido2-token -L" to obtain the FIDO2 token device path. -For linux, "fido2-tools" package is needed. +Use `fido2-token -L` to obtain the FIDO2 token device path. +For linux, **fido2-tools** package is needed.  Applies to: all actions that ask for a password. +#### -fido2-assert-option OPTION +Options passed to `fido2-assert` with `-t` option. +This option may be specified multiple times, each time it will add two  +arguements `-t` `OPTION` to `fido2-assert`. +See `man fido2-assert` to check supported options. +  #### -masterkey string  Use an explicit master key specified on the command line or, if the special  value "stdin" is used, read the masterkey from stdin, instead of reading | 
