Skip to content

Commit 836c868

Browse files
committed
Quick Save
1 parent 186cf1d commit 836c868

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/jsoncols.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ <h2>SYSNOPSIS</h2>
4949

5050
<h2>OPTIONS</h2>
5151

52-
<pre><code>-d set the delimiter for multi-field output
52+
<pre><code>-csv output as CSV or other flat delimiter row
53+
-d set the delimiter for multi-field csv output
54+
-dimiter set the delimiter for multi-field csv output
5355
-h display help
5456
-help display help
5557
-i input filename
@@ -61,6 +63,7 @@ <h2>OPTIONS</h2>
6163
-output output filename
6264
-permissive suppress error messages
6365
-quiet suppress error messages
66+
-quote if dilimiter is found in column value add quotes for non-CSV output
6467
-r run interactively
6568
-repl run interactively
6669
-v display version
@@ -81,7 +84,7 @@ <h2>EXAMPLES</h2>
8184

8285
<p>This would yeild</p>
8386

84-
<pre><code class="language-csv"> &quot;Doe, Jane&quot;
87+
<pre><code class="language-json"> &quot;Doe, Jane&quot;
8588
</code></pre>
8689

8790
<p>Flipping .name and .age into pipe delimited columns is as

0 commit comments

Comments
 (0)