From fcf4d8f72676fa0c89d0dc3a69109d8f95018d22 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 24 Feb 2010 15:32:29 +0200 Subject: mkfs.jffs2: fix --enable-compressor The short option -X was working, but the documented long option --enable-compressor was missing. Signed-off-by: Adrian Bunk Signed-off-by: Artem Bityutskiy --- mkfs.jffs2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfs.jffs2.c') diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c index 23a8cf8..64cafb6 100644 --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c @@ -1468,6 +1468,7 @@ static struct option long_options[] = { {"devtable", 1, NULL, 'D'}, {"compression-mode", 1, NULL, 'm'}, {"disable-compressor", 1, NULL, 'x'}, + {"enable-compressor", 1, NULL, 'X'}, {"test-compression", 0, NULL, 't'}, {"compressor-priority", 1, NULL, 'y'}, {"incremental", 1, NULL, 'i'}, -- cgit v1.2.3