From 83e17e608d9b23704ecfeeda4d7f10e4389ca92a Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Mon, 6 Feb 2023 11:22:48 -0500 Subject: [PATCH] Fix syntax bugs in man page --- man/certspotter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/certspotter.md b/man/certspotter.md index 5df02c1..17aefec 100644 --- a/man/certspotter.md +++ b/man/certspotter.md @@ -55,7 +55,7 @@ You can use Cert Spotter to detect: the union of active logs recognized by Chrome and Apple. certspotter periodically reloads the log list in case it has changed. --no_save +-no\_save : Do not save a copy of matching certificates. @@ -64,7 +64,7 @@ You can use Cert Spotter to detect: : Command to execute when a matching certificate is found or an error occurs. See certspotter-script(8) for information about the interface to scripts. --start_at_end +-start\_at\_end : Start monitoring logs from the end rather than the beginning. @@ -72,7 +72,7 @@ You can use Cert Spotter to detect: certificates, but requires downloading hundreds of millions of certificates, which takes days. --state_dir *PATH* +-state\_dir *PATH* : Directory for storing state. Defaults to `$CERTSPOTTER_STATE_DIR`, which is "~/.certspotter" by default.