diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-24 13:04:40 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-24 13:04:40 +0000 |
commit | 3a877237a7cea7d456cf85b64daff96881116dc4 (patch) | |
tree | 5304a3f22d4f270842ff960bc636e0d651e480e5 /gg.1 | |
parent | 7edcf2b3418006365c99e831d5ab050d3132b5f3 (diff) |
gg.1: improve -d description
Diffstat (limited to 'gg.1')
-rw-r--r-- | gg.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -51,13 +51,13 @@ should print. can be one of: .Bl -tag -width header -compact .It none -print only the body of the reply +print only the body of the reply, the default. .It code -print only the response code +print only the response code. .It header -print only the response header +print only the response header. .It meta -print only the response meta +print only the response meta. .It all print the whole response as-is. .El |