diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-05-05 14:15:43 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-05-05 14:15:43 +0300 |
commit | 9dd12c96f17b3f016d495f4db27767049b8fcd95 (patch) | |
tree | 768825e4b78f8bdb944291172478d076a55d227e /mkfs.jffs2.c | |
parent | 0551a3ab77e1a376b7ee981e934c68876a436d17 (diff) | |
parent | ef58bf5331f3032c3e5d95906f0f4d51d853a51a (diff) |
Merge branch 'master' of ssh://git.infradead.org/srv/git/mtd-utils
Diffstat (limited to 'mkfs.jffs2.c')
-rw-r--r-- | mkfs.jffs2.c | 1 |
1 files changed, 1 insertions, 0 deletions
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'}, |