From a415bc23fa9c068d4eabd222ba9d897a32aa4501 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 6 Jun 2022 10:32:18 -0700 Subject: [PATCH] man page update --- man/jc.1 | 32 ++++++++++++++++---------------- templates/manpage_template | 30 +++++++++++++++--------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/man/jc.1 b/man/jc.1 index e200dfa7..330d15dd 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-06-05 1.20.1 "JSON Convert" +.TH jc 1 2022-06-06 1.20.1 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types .SH SYNOPSIS @@ -541,55 +541,55 @@ Options: .TP .B -\fB-a\fP +\fB-a\fP, \fB--about\fP about \fBjc\fP (JSON or YAML output) .TP .B -\fB-C\fP +\fB-C\fP, \fB--force-color\fP force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable) .TP .B -\fB-d\fP +\fB-d\fP, \fB--debug\fP debug - show traceback (use \fB-dd\fP for verbose traceback) .TP .B -\fB-h\fP -help (\fB-h --parser_name\fP for parser documentation) +\fB-h\fP, \fB--help\fP +help (\fB--help --parser_name\fP for parser documentation) .TP .B -\fB-m\fP +\fB-m\fP, \fB--monochrome\fP monochrome output .TP .B -\fB-p\fP +\fB-p\fP, \fB--pretty\fP pretty print output .TP .B -\fB-q\fP +\fB-q\fP, \fB--quiet\fP quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors) .TP .B -\fB-r\fP -raw JSON output +\fB-r\fP, \fB--raw\fP +raw output .TP .B -\fB-u\fP +\fB-u\fP, \fB--unbuffer\fP unbuffer output (useful for slow streaming data with streaming parsers) .TP .B -\fB-v\fP +\fB-v\fP, \fB--version\fP version information .TP .B -\fB-y\fP +\fB-y\fP, \fB--yaml-out\fP YAML output .TP .B -\fB-B\fP +\fB-B\fP, \fB--bash-comp\fP generate Bash shell completion script .TP .B -\fB-Z\fP +\fB-Z\fP, \fB--zsh-comp\fP generate Zsh shell completion script .SH EXIT CODES diff --git a/templates/manpage_template b/templates/manpage_template index d175b0db..b238d58d 100644 --- a/templates/manpage_template +++ b/templates/manpage_template @@ -31,55 +31,55 @@ Options: .TP .B -\fB-a\fP +\fB-a\fP, \fB--about\fP about \fBjc\fP (JSON or YAML output) .TP .B -\fB-C\fP +\fB-C\fP, \fB--force-color\fP force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable) .TP .B -\fB-d\fP +\fB-d\fP, \fB--debug\fP debug - show traceback (use \fB-dd\fP for verbose traceback) .TP .B -\fB-h\fP -help (\fB-h --parser_name\fP for parser documentation) +\fB-h\fP, \fB--help\fP +help (\fB--help --parser_name\fP for parser documentation) .TP .B -\fB-m\fP +\fB-m\fP, \fB--monochrome\fP monochrome output .TP .B -\fB-p\fP +\fB-p\fP, \fB--pretty\fP pretty print output .TP .B -\fB-q\fP +\fB-q\fP, \fB--quiet\fP quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors) .TP .B -\fB-r\fP -raw JSON output +\fB-r\fP, \fB--raw\fP +raw output .TP .B -\fB-u\fP +\fB-u\fP, \fB--unbuffer\fP unbuffer output (useful for slow streaming data with streaming parsers) .TP .B -\fB-v\fP +\fB-v\fP, \fB--version\fP version information .TP .B -\fB-y\fP +\fB-y\fP, \fB--yaml-out\fP YAML output .TP .B -\fB-B\fP +\fB-B\fP, \fB--bash-comp\fP generate Bash shell completion script .TP .B -\fB-Z\fP +\fB-Z\fP, \fB--zsh-comp\fP generate Zsh shell completion script .SH EXIT CODES