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); }