json2tsv.1: document exit status - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3877a663aff7b1a64e72717d5bb3f56b4ba46f99 | |
parent 30f46f53a909c9d80b77ed3a5b2485d2f78ecc38 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 20 Oct 2019 15:01:22 +0200 | |
json2tsv.1: document exit status | |
Diffstat: | |
M json2tsv.1 | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/json2tsv.1 b/json2tsv.1 | |
@@ -33,6 +33,10 @@ The type field is a single byte and can be: | |
.It s for string | |
.It ? for null | |
.El | |
+.Sh EXIT STATUS | |
+.Nm | |
+exits with the exit status 0 on success, 1 on a parse error or 2 when | |
+out of memory. | |
.Sh SEE ALSO | |
.Xr awk 1 , | |
.Xr grep 1 |