mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-07 18:30:50 +00:00
Minor tweaks to help text. Set version to 1.1.0.
This commit is contained in:
parent
deb3fb24d0
commit
b72e469104
@ -150,7 +150,7 @@ Usage(const NulibState* pState)
|
||||
NState_GetProgramVersion(pState),
|
||||
majorVersion, minorVersion, bugVersion, nufxLibFlags);
|
||||
printf("This software is distributed under terms of the GNU General Public License.\n");
|
||||
printf("Written by Andy McFadden. See http://www.nulib.com/ for full manual.\n\n");
|
||||
printf("Written by Andy McFadden. See http://www.nulib.com/ for source and docs.\n\n");
|
||||
printf("Usage: %s -command[modifiers] archive [filename-list]\n\n",
|
||||
gProgName);
|
||||
printf(
|
||||
@ -290,7 +290,7 @@ DoHelp(const NulibState* pState)
|
||||
}
|
||||
putchar('\n');
|
||||
|
||||
printf("Compression algorithms supported by this copy of NufxLib:\n");
|
||||
printf("Compression algorithms supported:\n");
|
||||
printf(" SQueeze (Huffman+RLE) ...... %s\n",
|
||||
NuTestFeature(kNuFeatureCompressSQ) == kNuErrNone? "yes" : "no");
|
||||
printf(" LZW/1 and LZW/2 ............ %s\n",
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "Nulib2.h"
|
||||
|
||||
|
||||
static const char* gProgramVersion = "1.1.0d1";
|
||||
static const char* gProgramVersion = "1.1.0";
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user