summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-26 18:21:41 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-26 18:21:41 (GMT)
commit4f42fade57fa21f6ba913102ec9a8d57f6f387de (patch)
tree985b8fafeb58f6c0e0df42e859402a0f91dc157a /tools/h5diff/h5diff_common.c
parente0ae782d2790610af17d11e30a5bd32a9bac7704 (diff)
downloadhdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.zip
hdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.tar.gz
hdf5-4f42fade57fa21f6ba913102ec9a8d57f6f387de.tar.bz2
[svn-r13391] code cleaning and formated usage message
Diffstat (limited to 'tools/h5diff/h5diff_common.c')
-rw-r--r--tools/h5diff/h5diff_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c
index 254fb1a..bf0b63a 100644
--- a/tools/h5diff/h5diff_common.c
+++ b/tools/h5diff/h5diff_common.c
@@ -180,14 +180,14 @@ void parse_input(int argc,
}
/*-------------------------------------------------------------------------
- * Function: print_results
+ * Function: print_info
*
* Purpose: print several information messages
*
*-------------------------------------------------------------------------
*/
-void print_results(diff_opt_t* options)
+void print_info(diff_opt_t* options)
{
if (options->m_quiet || options->err_stat)
return;
@@ -299,8 +299,8 @@ void usage(void)
printf("[obj2] Name of an HDF5 object, in absolute path\n");
printf("[OPTIONS] are:\n");
printf("[-h] Print out this information\n");
- printf("[-r] Report mode. Print the differences\n");
- printf("[-v] Verbose mode. Print the differences, list of objects, warnings\n");
+ printf("[-r] Report mode. Print differences\n");
+ printf("[-v] Verbose mode. Print differences, list of objects, warnings\n");
printf("[-q] Quiet mode. Do not do output\n");
printf("[-n count] Print difference up to count number\n");
printf("[-d delta] Print difference when it is greater than limit delta\n");