mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Beautify help
This commit is contained in:
parent
4768db5311
commit
b00b0e872f
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,9 @@ struct option_t option =
|
|||
|
||||
void print_help(char *argv[])
|
||||
{
|
||||
printf("Usage: %s [<options>] <tty-device|sub-config>\n", argv[0]);
|
||||
UNUSED(argv);
|
||||
|
||||
printf("Usage: tio [<options>] <tty-device|sub-config>\n");
|
||||
printf("\n");
|
||||
printf("Connect to tty device directly or via sub-configuration.\n");
|
||||
printf("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue