diff --git a/nulib2/ChangeLog.txt b/nulib2/ChangeLog.txt index 6133f66..c3b98ea 100644 --- a/nulib2/ChangeLog.txt +++ b/nulib2/ChangeLog.txt @@ -1,3 +1,6 @@ +2002/10/09 fadden + - added "-zz" flag to specify libbz2's "bzip2" compression + 2002/10/08 fadden - added Binary II support diff --git a/nulib2/Main.c b/nulib2/Main.c index 70f22a5..8e0c4c2 100644 --- a/nulib2/Main.c +++ b/nulib2/Main.c @@ -266,7 +266,7 @@ DoHelp(const NulibState* pState) printf("Compression algorithms supported by this copy of NufxLib:\n"); printf(" Huffman SQueeze ...... %s\n", - NuTestFeature(kNuFeatureCompressHuffmanSQ) == kNuErrNone? "yes" : "no"); + NuTestFeature(kNuFeatureCompressSQ) == kNuErrNone? "yes" : "no"); printf(" LZW/1 and LZW/2 ...... %s\n", NuTestFeature(kNuFeatureCompressLZW) == kNuErrNone ? "yes" : "no"); printf(" 12- and 16-bit LZC ... %s\n",