diff --git a/ca b/ca index ec17ad7..5044464 100755 --- a/ca +++ b/ca @@ -2,12 +2,12 @@ # ca* by Dirk Zimoch # $Source: /cvs/G/EPICS/App/scripts/ca,v $ -# $Date: 2013/04/16 08:51:05 $ +# $Date: 2013/04/16 09:52:01 $ regsub -all {\$} {ca* by Dirk Zimoch $Source: /cvs/G/EPICS/App/scripts/ca,v $ -$Revision: 1.21 $ -$Date: 2013/04/16 08:51:05 $} {} version +$Revision: 1.22 $ +$Date: 2013/04/16 09:52:01 $} {} version proc printHelp {} { puts {usage: caget [flags] [ ...]} @@ -36,7 +36,7 @@ proc printHelp {} { puts {-stat always add severity and status} puts {-nostat never add severity and status} puts {-hex show integer values as hex} - puts {-num show numeric values instead of strings} + puts {-int show numeric values instead of strings} puts {-prec override the PREC field} puts {-plain don't do any formatting} puts {-timeout timeout cawait after seconds}