diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 40c2f26..032046a 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -127,9 +127,12 @@ to your program, use `"--"`, which is accepted by most programs: `-extpass "my program" -extpass "--"` #### -fg, -f -Stay in the foreground instead of forking away. Implies "-nosyslog". +Stay in the foreground instead of forking away. For compatibility, "-f" is also accepted, but "-fg" is preferred. +Unless `-notifypid` is also passed, the logs go to stdout and stderr +instead of syslog. + #### -fido2 DEVICE_PATH Use a FIDO2 token to initialize and unlock the filesystem. Use "fido2-token -L" to obtain the FIDO2 token device path. |