diff options
author | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2002-10-24 14:48:19 (GMT) |
---|---|---|
committer | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2002-10-24 14:48:19 (GMT) |
commit | da647e353762770d41e3fdec808ba9d53e448048 (patch) | |
tree | f1895e5d13545e91eca93383564e9c3a83527b87 /tools/gifconv/gif2hdf.c | |
parent | d77d7e04c55aee4669b21b2a8c62a743380a9feb (diff) | |
download | hdf5-da647e353762770d41e3fdec808ba9d53e448048.zip hdf5-da647e353762770d41e3fdec808ba9d53e448048.tar.gz hdf5-da647e353762770d41e3fdec808ba9d53e448048.tar.bz2 |
[svn-r6031] Purpose:
Fixes bug #836.
Also fixes the 'usage' message.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'tools/gifconv/gif2hdf.c')
-rw-r--r-- | tools/gifconv/gif2hdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gifconv/gif2hdf.c b/tools/gifconv/gif2hdf.c index 89edb5f..ecbb748 100644 --- a/tools/gifconv/gif2hdf.c +++ b/tools/gifconv/gif2hdf.c @@ -39,7 +39,7 @@ main(int argv , char *argc[]) GifMemoryStruct.GifCommentExtension = NULL; if (argv < 3) { - printf("\n\nWrong Usage. Use:\ngif2hdf <GIFFILE> <HDFFILE>\n\n"); + printf("\n\nWrong Usage. Use:\ngif2h5 <GIFFILE> <HDFFILE>\n\n"); return(-1); } |