]> mj.ucw.cz Git - libucw.git/commitdiff
changed the default action to test
authorRobert Spalek <robert@ucw.cz>
Thu, 24 Jun 2004 12:30:51 +0000 (12:30 +0000)
committerRobert Spalek <robert@ucw.cz>
Thu, 24 Jun 2004 12:30:51 +0000 (12:30 +0000)
lib/lizard-test.c

index 62da4dad2b1e69bffd2e0028ab6bc7889c9a7905..0b8c95290b1c317da0ff5ecf7fd4f9a0b1697687 100644 (file)
@@ -14,9 +14,9 @@ Usage: lizard-test <options> 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)