aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-11-03 21:56:25 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-11-03 21:56:25 -0400
commitee8f52b3ae390ade051437373cd62112a76ad8ff (patch)
tree3459def7dbba5576e5372235d85b102bf9c11dce
parent60d56d198eb3c51e97a51c068dbe15531f1a460c (diff)
downloadjdtalkc-ee8f52b3ae390ade051437373cd62112a76ad8ff.tar.gz
Add missing option to usage
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c4e1b2f..c04a4ad 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,7 @@
#include "jdtalk.h"
static const char *usage_text = \
- "usage: %s [-h] [-befHlr] [-s salad_word_count] [-c line_limit] [-p pattern] [-a acronym]\n"
+ "usage: %s [-h] [-befHlrt] [-s salad_word_count] [-c line_limit] [-p pattern] [-a acronym]\n"
" -a str Acronym mode\n"
" -b Enable benchmark output\n"
" -c num Output `num` lines\n"