fixed -int (was -num) in help

This commit is contained in:
laznovsky
2013-04-16 09:52:01 +00:00
parent 9039029c1b
commit 24f7cd6914
+4 -4
View File
@@ -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] <channel> [<channel> ...]}
@@ -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 <digits> override the PREC field}
puts {-plain don't do any formatting}
puts {-timeout <sec> timeout cawait after <sec> seconds}