From 2e56a0d2e80416904712514da6dab788567a719b Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Tue, 11 Jun 2024 22:57:42 +0200 Subject: Rename axis argument to silent, and invert it, so axis are enabled by default --- tg.1 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'tg.1') diff --git a/tg.1 b/tg.1 index 7892d32..d6fca1d 100644 --- a/tg.1 +++ b/tg.1 @@ -3,7 +3,7 @@ tg \- TermGraph \- Text graphing utility .SH SYNOPSIS .B tg -[-a|--axis] [-l|--last-n \fIN\fR] [-h|--height \fIN\fR] [-w|--width \fIN\fR] [-t \fItype\fR] [--interpolate] +[-s|--silent] [-l|--last-n \fIN\fR] [-h|--height \fIN\fR] [-w|--width \fIN\fR] [-t \fItype\fR] .SH DESCRIPTION .B tg @@ -13,8 +13,14 @@ TermGraph is a utility for graphing .IP "\fB-h, --help\fR" Display help information. -.IP "\fB-a, --axis\fR" -Enable axis on the resulting graph. +.IP "\fB-s, --silent\fR" +Disable distracting elements, such as axis and non-graph text. + +.IP "\fB-t\fR \fItype\fR" +The type of graph to draw, +it defaults to \fBstar\fR, which is the fastest one. +Options are \fBstar\fR and \fBascii\fR. +Ascii is slightly prettier to look at. .IP "\fB-w, --width\fR \fIwidth\fR" Specify a width for the output. @@ -32,7 +38,7 @@ The simplest version is if you have a text file of values .PP .nf .RS -cat \fIfile\fR | tg --axis +cat \fIfile\fR | tg .RE .fi .PP -- cgit v1.2.3