summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-10 22:39:13 -0400
committerJune McEnroe <june@causal.agency>2019-09-10 22:39:13 -0400
commitcd25fb7a873005bda0579faeb3b2aea529679440 (patch)
treed5b58f782aab1c1612b55f3a679e16d1df52e0dc /bin/man1
parentUse curl error buffer (diff)
downloadsrc-cd25fb7a873005bda0579faeb3b2aea529679440.tar.gz
src-cd25fb7a873005bda0579faeb3b2aea529679440.zip
Add title -v flag
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/title.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/man1/title.1 b/bin/man1/title.1
index 9eb27cb1..43ecc5e2 100644
--- a/bin/man1/title.1
+++ b/bin/man1/title.1
@@ -1,4 +1,4 @@
-.Dd September 7, 2019
+.Dd September 10, 2019
 .Dt TITLE 1
 .Os
 .
@@ -8,6 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
+.Op Fl v
 .Op Fl x Ar pattern
 .Op Ar url
 .
@@ -33,6 +34,10 @@ Exclude URLs matching
 which is a modern regular expression.
 See
 .Xr re_format 7 .
+.It Fl v
+Enable
+.Xr libcurl 3
+verbose output.
 .El
 .
 .Sh EXAMPLES