From 5e5346e6b30aaf463207913837069b1d4dfa4f97 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 21 Apr 2004 18:58:46 +0000 Subject: [PATCH] oops. --- src/catools/cainfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/catools/cainfo.c b/src/catools/cainfo.c index 3370e4453..f4a2f2706 100644 --- a/src/catools/cainfo.c +++ b/src/catools/cainfo.c @@ -37,8 +37,7 @@ void usage (void) "Channel Access options:\n" " -w : Wait time, specifies longer CA timeout, default is %f second\n" " -s : Call ca_client_status with the specified interest level\n" - "\nExample: cainfo my_channel another_channel\n" - " (uses wide output format, doubles are printed as %%f with precision of 8)\n\n" + "\nExample: cainfo my_channel another_channel\n\n" , DEFAULT_TIMEOUT); }