summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-10 11:47:48 -0500
committerJune McEnroe <june@causal.agency>2021-01-10 11:47:48 -0500
commit7b8bd50063d15113a856f87045e6a1742b80638c (patch)
tree33d0731050bdfbcb3ec8fe282f62f7c777268b7b /catgirl.1
parentMake SYNOPSIS arguments consistent with option names (diff)
downloadcatgirl-7b8bd50063d15113a856f87045e6a1742b80638c.tar.gz
catgirl-7b8bd50063d15113a856f87045e6a1742b80638c.zip
Exit immediately when using -o
Diffstat (limited to '')
-rw-r--r--catgirl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/catgirl.1 b/catgirl.1
index 210c36a..2f30edd 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd January  9, 2021
+.Dd January 10, 2021
 .Dt CATGIRL 1
 .Os
 .
@@ -219,10 +219,10 @@ Set nickname to
 The default nickname is the user's name.
 .
 .It Fl o Ar chain
-Write the server certificate chain to
+Write the server certificate chain
+in PEM format to
 .Ar chain
-in PEM format.
-This temporarily disables certificate verification!
+and exit.
 .
 .It Fl p Ar port , Cm port = Ar port
 Connect to
LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroegs with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe