diff options
| author | murilo ijanc | 2026-03-25 22:36:52 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 22:36:52 -0300 |
| commit | 660bc943ba26968692e731963e6b324299519542 (patch) | |
| tree | d68876cdb854360ce48de05f6e6c877515e0fb92 /tp.1 | |
| parent | 441775eedc9687c7b038fc3bcf548093eb0a7dee (diff) | |
| download | tesseras-paste-0.1.1.tar.gz | |
Document -v flag in tp(1) and tpd(1) man pagesv0.1.1
Diffstat (limited to 'tp.1')
| -rw-r--r-- | tp.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,7 @@ .Sh SYNOPSIS .Nm .Op Fl s Ar sock +.Op Fl v .Ar command .Op Ar args .Sh DESCRIPTION @@ -38,6 +39,10 @@ The options are as follows: Path to the Unix domain socket. The default is .Pa /var/tesseras-paste/daemon.sock . +.It Fl v +Enable verbose output. +Shows the socket path, the request sent to the daemon, +and the raw response received. .El .Pp The following commands are available: |