Fix syntax bugs in man page

This commit is contained in:
Andrew Ayer 2023-02-06 11:22:48 -05:00
parent 3257b29036
commit 83e17e608d
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ You can use Cert Spotter to detect:
the union of active logs recognized by Chrome and Apple. certspotter periodically the union of active logs recognized by Chrome and Apple. certspotter periodically
reloads the log list in case it has changed. reloads the log list in case it has changed.
-no_save -no\_save
: Do not save a copy of matching certificates. : 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 : Command to execute when a matching certificate is found or an error occurs. See
certspotter-script(8) for information about the interface to scripts. 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. : 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, but requires downloading hundreds of millions of
certificates, which takes days. certificates, which takes days.
-state_dir *PATH* -state\_dir *PATH*
: Directory for storing state. Defaults to `$CERTSPOTTER_STATE_DIR`, which is : Directory for storing state. Defaults to `$CERTSPOTTER_STATE_DIR`, which is
"~/.certspotter" by default. "~/.certspotter" by default.