mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Update verbosity documentation.
This commit is contained in:
parent
ac77f2dbb9
commit
c95226cb46
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ Display help.
|
||||||
.TP
|
.TP
|
||||||
.BR \-V ", " \-\-verbose
|
.BR \-V ", " \-\-verbose
|
||||||
|
|
||||||
Display extended configuration.
|
Enable verbose output.
|
||||||
.SH "KEYS"
|
.SH "KEYS"
|
||||||
.PP
|
.PP
|
||||||
.TP 16n
|
.TP 16n
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ void print_help(char *argv[])
|
||||||
printf(" -c, --color <code> Colorize tio text\n");
|
printf(" -c, --color <code> Colorize tio text\n");
|
||||||
printf(" -v, --version Display version\n");
|
printf(" -v, --version Display version\n");
|
||||||
printf(" -h, --help Display help\n");
|
printf(" -h, --help Display help\n");
|
||||||
printf(" -V, --verbose Display extended configuration\n");
|
printf(" -V, --verbose Enable verbose output\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("See the man page for more details.\n");
|
printf("See the man page for more details.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue