From 549ebd66bdf73817173fe36f5cc33e29f9a42574 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 3 Nov 2021 01:31:55 +0000 Subject: Add missing -T option to manpage and usage string. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') 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" -- cgit v1.2.3