diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-03 01:31:55 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-03 01:31:55 +0000 |
commit | 549ebd66bdf73817173fe36f5cc33e29f9a42574 (patch) | |
tree | 6dfd0c2ee63f865d582b6682cfb8bfacbd6604a8 | |
parent | fb0e358feccc45c7cd642e346d07f4f7f21b484b (diff) |
Add missing -T option to manpage and usage string.
-rw-r--r-- | doc/greetd-mini-wl-greeter.1.scd | 3 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/greetd-mini-wl-greeter.1.scd b/doc/greetd-mini-wl-greeter.1.scd index 988c2db..4e58a56 100644 --- a/doc/greetd-mini-wl-greeter.1.scd +++ b/doc/greetd-mini-wl-greeter.1.scd @@ -54,6 +54,9 @@ All options which take a color expect a 3- or 6-digit hex code, e.g. F9A733. *-F, --font-size* <value> Point size of the password text. +*-T, --text-color* <value> + Color of the password text. + *-C, --password-character* <character> Character to use to hide the password. Defaults to full-stop. @@ -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" |