mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Mention config file in --help
This commit is contained in:
parent
fb1fc9b7a1
commit
89574b2469
3 changed files with 10 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ struct option_t option =
|
|||
|
||||
void print_help(char *argv[])
|
||||
{
|
||||
printf("Usage: %s [<options>] <tty-device/config>\n", argv[0]);
|
||||
printf("Usage: %s [<options>] <tty-device|config>\n", argv[0]);
|
||||
printf("\n");
|
||||
printf("Options:\n");
|
||||
printf(" -b, --baudrate <bps> Baud rate (default: 115200)\n");
|
||||
|
|
@ -78,10 +78,13 @@ void print_help(char *argv[])
|
|||
printf(" -v, --version Display version\n");
|
||||
printf(" -h, --help Display help\n");
|
||||
printf("\n");
|
||||
printf("See the man page for more details.\n");
|
||||
printf("Options may be set via configuration file.\n");
|
||||
printf("\n");
|
||||
printf("In session, press ctrl-t q to quit.\n");
|
||||
printf("\n");
|
||||
printf("See the man page for more details.\n");
|
||||
printf("\n");
|
||||
|
||||
}
|
||||
|
||||
const char* timestamp_token(enum timestamp_t timestamp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue