tyalpha: better documentation

This commit is contained in:
Boris Faure 2022-09-28 22:36:28 +02:00
parent 65c0dfcfb2
commit 2eba25b730
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,9 @@ List directory contents with bells and whistles
. .
.TP .TP
.B tyalpha [-h][-p] on|off|<opacity level> .B tyalpha [-h][-p] on|off|<opacity level>
Set transparency level of the background Set transparency level of the background.
<opacity> is between 0 and 100.
. .
.TP .TP
.B tybg [-h] [-p] [FILE1 FILE2 ...] .B tybg [-h] [-p] [FILE1 FILE2 ...]

View File

@ -14,6 +14,8 @@ print_usage(const char *argv0)
" Change the terminal transparency on or off\n" " Change the terminal transparency on or off\n"
" -p Make change permanent (stored in config)\n" " -p Make change permanent (stored in config)\n"
HELP_ARGUMENT_DOC"\n" HELP_ARGUMENT_DOC"\n"
"\n"
"<opacity> is between 0 and 100\n"
"\n", "\n",
argv0); argv0);
} }