summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-11-03 01:31:55 +0000
committerPhil Jones <philj56@gmail.com>2021-11-03 01:31:55 +0000
commit549ebd66bdf73817173fe36f5cc33e29f9a42574 (patch)
tree6dfd0c2ee63f865d582b6682cfb8bfacbd6604a8 /src
parentfb0e358feccc45c7cd642e346d07f4f7f21b484b (diff)
Add missing -T option to manpage and usage string.
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 4f20bd7..8c53838 100644
--- a/src/main.c
+++ b/src/main.c
@@ -591,6 +591,7 @@ static void usage()
" -E, --entry-color=COLOR Color of the password entry box.\n"
" -f, --font-name=NAME Font to use for the password entry.\n"
" -F, --font-size=VALUE Point size of the password text.\n"
+" -T, --text-color=COLOR Color of the password text.\n"
" -C, --password-character=CHAR Character to use to hide the password.\n"
" -n, --width-characters=VALUE Width of the password entry box in characters.\n"
" -w, --wide-layout Make the password entry box full height.\n"