From 4820f10d0f173864f6a2ea7479663b509ac53358 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 27 Dec 2008 19:30:19 +0200 Subject: Some xz command line tool improvements. --- src/xz/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xz/options.c') diff --git a/src/xz/options.c b/src/xz/options.c index e754c266..efceba9e 100644 --- a/src/xz/options.c +++ b/src/xz/options.c @@ -315,7 +315,7 @@ options_lzma(const char *str) }; static const option_map opts[] = { - { "preset", NULL, 1, 9 }, + { "preset", NULL, 0, 9 }, { "dict", NULL, LZMA_DICT_SIZE_MIN, (UINT32_C(1) << 30) + (UINT32_C(1) << 29) }, { "lc", NULL, LZMA_LCLP_MIN, LZMA_LCLP_MAX }, -- cgit v1.2.3