some more changes, really minor this time
This commit is contained in:
parent
a30e597b3f
commit
727a848b15
|
@ -53,8 +53,9 @@ int main (int argc,
|
||||||
}
|
}
|
||||||
|
|
||||||
sn = argv[2];
|
sn = argv[2];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
std::cerr << "Usage: setserial {in|out} devicename" << std::endl;
|
std::cerr << "Usage: serialtest {in|out} devicename" << std::endl;
|
||||||
std::exit(1);
|
std::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue