From da73e286d4f7a69184cd673db622333d16d2775c Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Thu, 24 Jun 2004 12:30:51 +0000 Subject: [PATCH] changed the default action to test --- lib/lizard-test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lizard-test.c b/lib/lizard-test.c index 62da4dad..0b8c9529 100644 --- a/lib/lizard-test.c +++ b/lib/lizard-test.c @@ -14,9 +14,9 @@ Usage: lizard-test input-file [output-file]\n\ \n\ Options:\n" CF_USAGE -"-c\t\tCompress (default)\n\ +"-c\t\tCompress\n\ -d\t\tDecompress\n\ --t\t\tCompress, decompress, and compare (in memory only)\n\ +-t\t\tCompress, decompress, and compare (in memory only, default)\n\ -x, -xx\t\tLet the test crash by shrinking the output buffer\n\ "; @@ -31,7 +31,7 @@ int main(int argc, char **argv) { int opt; - uns action = 'c'; + uns action = 't'; uns crash = 0; log_init(argv[0]); while ((opt = cf_getopt(argc, argv, options, CF_NO_LONG_OPTS, NULL)) >= 0) -- 2.39.2