working on pvget

This commit is contained in:
Matej Sekoranja
2012-10-10 15:14:14 +02:00
parent e11cca0fdb
commit 92d4a64391
3 changed files with 47 additions and 190 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ int main (int argc, char *argv[])
if(epicsScanDouble(optarg, &timeOut) != 1)
{
fprintf(stderr, "'%s' is not a valid timeout value "
"- ignored. ('cainfo -h' for help.)\n", optarg);
"- ignored. ('eget -h' for help.)\n", optarg);
timeOut = DEFAULT_TIMEOUT;
}
break;