mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Improve error message
This commit is contained in:
parent
62d9b5fb5c
commit
a56db8744b
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ void options_parse(int argc, char *argv[])
|
|||
|
||||
if (strlen(option.tty_device) == 0)
|
||||
{
|
||||
printf("Error: Missing device or config name\n");
|
||||
printf("Error: Missing tty device or sub-configuration name\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue