some more changes, really minor this time

This commit is contained in:
fgerlits 2007-06-13 12:07:33 +00:00
parent a30e597b3f
commit 727a848b15
1 changed files with 2 additions and 1 deletions
campcaster/var/serialtest

View File

@ -53,8 +53,9 @@ int main (int argc,
}
sn = argv[2];
} else {
std::cerr << "Usage: setserial {in|out} devicename" << std::endl;
std::cerr << "Usage: serialtest {in|out} devicename" << std::endl;
std::exit(1);
}