ca/client/tools: add -F option to caput usage output

This commit is contained in:
J. Lewis Muir
2012-09-26 10:37:20 -05:00
parent 12909bfb1d
commit 37407c94e0

View File

@@ -74,6 +74,8 @@ void usage (void)
" -a: Put array\n"
" Value format: number of requested values, then list of values\n"
" -S: Put string as an array of char (long string)\n"
"Alternate output field separator:\n"
" -F <ofs>: Use <ofs> as an alternate output field separator\n"
"\nExample: caput my_channel 1.2\n"
" (puts 1.2 to my_channel)\n\n"
, DEFAULT_TIMEOUT, CA_PRIORITY_MAX);