CA to PVA rename
This commit is contained in:
@@ -1111,7 +1111,7 @@ public:
|
||||
* Function: main
|
||||
*
|
||||
* Description: eget main()
|
||||
* Evaluate command line options, set up CA, connect the
|
||||
* Evaluate command line options, set up PVA, connect the
|
||||
* channels, print the data as requested
|
||||
*
|
||||
* Arg(s) In: [options] <pv-name>...
|
||||
@@ -1142,7 +1142,7 @@ int main (int argc, char *argv[])
|
||||
case 'h': /* Print usage */
|
||||
usage();
|
||||
return 0;
|
||||
case 'w': /* Set CA timeout value */
|
||||
case 'w': /* Set PVA timeout value */
|
||||
if(epicsScanDouble(optarg, &timeOut) != 1)
|
||||
{
|
||||
fprintf(stderr, "'%s' is not a valid timeout value "
|
||||
|
||||
Reference in New Issue
Block a user