diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-03 22:07:40 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-03 22:07:40 +0000 |
commit | 0eeee6f32118c863b3d190b4fe4a5620b9f1190a (patch) | |
tree | 11c7ea5de85d09465b9bbd620d97c0a3e5e04454 /gg.1 | |
parent | 603e4dd82f35107950dec17aa1492a321f0a9eb4 (diff) |
minor tweaks to gg(1)
Diffstat (limited to 'gg.1')
-rw-r--r-- | gg.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -37,9 +37,9 @@ fetches the given gemini page and prints it to standard output. The options are as follows: .Bl -tag -width Ds .It Fl 2 -Accept only TLSv1.2. +Use TLSv1.2. .It Fl 3 -Accept only TLSv1.3. +Use TLSv1.3. .It Fl C Ar certificate Use the given client .Ar certificate . @@ -50,15 +50,15 @@ should print. .Ar mode can be one of: .Bl -tag -width header -compact -.It none +.It Ic none print only the body of the reply, the default. -.It code +.It Ic code print only the response code. -.It header +.It Ic header print only the response header. -.It meta +.It Ic meta print only the response meta. -.It all +.It Ic all print the whole response as-is. .El .It Fl H Ar sni |