From 709b2fe4eead06090f903718deeb06ec774fc26e Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 2 Apr 2021 18:08:46 -0700 Subject: [PATCH] add -h and -v options --- man/jc.1 | 8 ++++++++ man/template/manpage_template | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/man/jc.1 b/man/jc.1 index ae49b5bd..ed871295 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -373,6 +373,10 @@ about jc debug - show traceback (\fB-dd\fP for verbose traceback) .TP .B +\fB-h\fP +help +.TP +.B \fB-m\fP monochrome output .TP @@ -387,6 +391,10 @@ quiet - suppress warnings .B \fB-r\fP raw JSON output +.TP +.B +\fB-v\fP +version information .RE .PP .SH EXAMPLE: diff --git a/man/template/manpage_template b/man/template/manpage_template index e868176c..d9ea777d 100644 --- a/man/template/manpage_template +++ b/man/template/manpage_template @@ -38,6 +38,10 @@ about jc debug - show traceback (\fB-dd\fP for verbose traceback) .TP .B +\fB-h\fP +help +.TP +.B \fB-m\fP monochrome output .TP @@ -52,6 +56,10 @@ quiet - suppress warnings .B \fB-r\fP raw JSON output +.TP +.B +\fB-v\fP +version information .RE .PP .SH EXAMPLE: