From 24f7cd691444f4fa7940ad94512a1b01902232c0 Mon Sep 17 00:00:00 2001 From: laznovsky Date: Tue, 16 Apr 2013 09:52:01 +0000 Subject: [PATCH] fixed -int (was -num) in help --- ca | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}