Update verbosity documentation.

This commit is contained in:
Sylvain LAFRASSE 2022-03-31 13:59:02 +02:00
parent ac77f2dbb9
commit c95226cb46
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ Display help.
.TP
.BR \-V ", " \-\-verbose
Display extended configuration.
Enable verbose output.
.SH "KEYS"
.PP
.TP 16n

View file

@ -76,7 +76,7 @@ void print_help(char *argv[])
printf(" -c, --color <code> Colorize tio text\n");
printf(" -v, --version Display version\n");
printf(" -h, --help Display help\n");
printf(" -V, --verbose Display extended configuration\n");
printf(" -V, --verbose Enable verbose output\n");
printf("\n");
printf("See the man page for more details.\n");
printf("\n");