[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:
This commit is contained in:
Elena Pourmal 2005-03-15 15:14:24 -05:00
parent 04b7826ed1
commit c5e8dc74c5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;