summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-03-15 20:14:24 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-03-15 20:14:24 (GMT)
commitc5e8dc74c5f636545988b472a629e22c56da1bba (patch)
tree7a535d2151ef7fee4481208b5041a93d8fc66cbc /tools
parent04b7826ed1b59bc7337ba96f99cc8b56d70a945d (diff)
downloadhdf5-c5e8dc74c5f636545988b472a629e22c56da1bba.zip
hdf5-c5e8dc74c5f636545988b472a629e22c56da1bba.tar.gz
hdf5-c5e8dc74c5f636545988b472a629e22c56da1bba.tar.bz2
[svn-r10220] Purpose: Minor bug fix
Description: h5jam and h5unjam used old names jam and unjam while printing help message Solution: fixed Platforms tested: heping Misc. update:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5jam/h5jam.c2
-rw-r--r--tools/h5jam/h5unjam.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5jam/h5jam.c b/tools/h5jam/h5jam.c
index 7d3301b..0b4b37d 100644
--- a/tools/h5jam/h5jam.c
+++ b/tools/h5jam/h5jam.c
@@ -32,7 +32,7 @@ hsize_t compute_user_block_size (hsize_t);
hsize_t copy_some_to_file (int, int, hsize_t, hsize_t, ssize_t);
void parse_command_line (int, const char *[]);
-const char *progname = "jam";
+const char *progname = "h5jam";
int d_status = EXIT_SUCCESS;
int do_clobber = FALSE;
char *output_file = NULL;
diff --git a/tools/h5jam/h5unjam.c b/tools/h5jam/h5unjam.c
index ad54e5e..e68d6ac 100644
--- a/tools/h5jam/h5unjam.c
+++ b/tools/h5jam/h5unjam.c
@@ -32,7 +32,7 @@ hsize_t write_pad( int , hsize_t );
hsize_t compute_pad( hsize_t );
hsize_t copy_to_file( int , int , ssize_t, ssize_t );
-const char *progname = "unjam";
+const char *progname = "h5unjam";
int d_status = EXIT_SUCCESS;
int do_delete = FALSE;
char *output_file = NULL;