commit 35662c744f5370010c045fe4cc2316935e29ea42
parent f2a63f99af8abfcc79892b9bd70b2fd494c7b958
Author: Antoni Sawicki <as@tenoware.com>
Date: Tue, 16 Oct 2018 02:04:21 -0700
fixed typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ttyplot.c b/ttyplot.c
@@ -16,7 +16,7 @@
#define verstring "github.com/tenox7/ttyplot 1.0"
int usage() {
- printf("Usage:\n asplot [-2] [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]\n\n"
+ printf("Usage:\n ttyplot [-2] [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]\n\n"
"-2 read two values and draw two plots, the second one is in reveverse video\n\n"
"-r calculate counter rate and divide by measured sample interval\n\n"
"-c character to use for plot line, eg @ # %% . etc\n\n"