Improve error message

This commit is contained in:
Martin Lund 2022-07-05 16:49:31 +02:00
parent 62d9b5fb5c
commit a56db8744b

View file

@ -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);
}