aboutsummaryrefslogtreecommitdiff
path: root/grab.1
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-30 15:51:54 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-30 15:51:54 +0100
commitd70d3214b2b26f6d8e1bd6771ffe5cdca2c99cf3 (patch)
treef4388299fe9735e4be0a853df53561d6d78192fb /grab.1
parent329a4f5b40c85077859ad8be2830d1e3511c10d0 (diff)
Add support for long options
Diffstat (limited to 'grab.1')
-rw-r--r--grab.14
1 files changed, 2 insertions, 2 deletions
diff --git a/grab.1 b/grab.1
index 4d18f9a..fba3c4e 100644
--- a/grab.1
+++ b/grab.1
@@ -38,9 +38,9 @@ which represents the standard input.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl h
+.It Fl h , Fl Fl help
Display help information by opening this manual page.
-.It Fl z
+.It Fl z , Fl Fl zero
Separate output data by null bytes
.Pq Sq \e0
instead of newlines.