aboutsummaryrefslogtreecommitdiff
path: root/gg.1
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-24 13:04:40 +0000
committerOmar Polo <op@omarpolo.com>2023-06-24 13:04:40 +0000
commit3a877237a7cea7d456cf85b64daff96881116dc4 (patch)
tree5304a3f22d4f270842ff960bc636e0d651e480e5 /gg.1
parent7edcf2b3418006365c99e831d5ab050d3132b5f3 (diff)
gg.1: improve -d description
Diffstat (limited to 'gg.1')
-rw-r--r--gg.18
1 files changed, 4 insertions, 4 deletions
diff --git a/gg.1 b/gg.1
index 0278c51..51460d0 100644
--- a/gg.1
+++ b/gg.1
@@ -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