about summary refs log tree commit homepage
path: root/script/mwrap-perl
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-11 01:12:46 +0000
committerEric Wong <mwrap-perl@80x24.org>2023-01-11 04:23:30 +0000
commit8ce0068f470f3dad3a2920e7fdeedeee235c44eb (patch)
tree1f476d221daf66d999f35fdc96904ca16e99c7e5 /script/mwrap-perl
parent718b313cf3fee3799cdea3ecbbfba8a615066baf (diff)
downloadmwrap-8ce0068f470f3dad3a2920e7fdeedeee235c44eb.tar.gz
Just reusing code from httpd.
Diffstat (limited to 'script/mwrap-perl')
-rw-r--r--script/mwrap-perl12
1 files changed, 10 insertions, 2 deletions
diff --git a/script/mwrap-perl b/script/mwrap-perl
index 182b0bd..eb29176 100644
--- a/script/mwrap-perl
+++ b/script/mwrap-perl
@@ -76,12 +76,20 @@ Dumps the output at exit to a given filename:
 
         total_bytes        call_count        location
 
-In the future, dumping to a self-describing CSV will be supported.
-
 =item dump_fd:$DESCRIPTOR
 
 As with dump_path, but dumps the output to a given file descriptor.
 
+=item dump_csv:$FILENAME
+
+Dump CSV to the given filename.
+
+This output matches the HTTP server output and includes column headers,
+but is subject to change in future releases.
+
+C<dump_csv> without the C<:> may also be used in conjunction with
+C<dump_fd>, such as C<MWRAP=dump_fd:2,dump_csv>.
+
 =back
 
 =head1 HTTP POST API