diff options
Diffstat (limited to 'mkfs.jffs2.c')
-rw-r--r-- | mkfs.jffs2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c index a33a0d6..7ade078 100644 --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c @@ -1396,14 +1396,14 @@ static const char helptext[] = " page size (default: 4KiB)\n" " -e, --eraseblock=SIZE Use erase block size SIZE (default: 64KiB)\n" " -c, --cleanmarker=SIZE Size of cleanmarker (default 12)\n" -" -m, --compr-mode=MODE Select compression mode (default: priortiry)\n" +" -m, --compr-mode=MODE Select compression mode (default: priority)\n" " -x, --disable-compressor=COMPRESSOR_NAME\n" " Disable a compressor\n" " -X, --enable-compressor=COMPRESSOR_NAME\n" " Enable a compressor\n" " -y, --compressor-priority=PRIORITY:COMPRESSOR_NAME\n" " Set the priority of a compressor\n" -" -L, --list-compressors Show the list of the avaiable compressors\n" +" -L, --list-compressors Show the list of the available compressors\n" " -t, --test-compression Call decompress and compare with the original (for test)\n" " -n, --no-cleanmarkers Don't add a cleanmarker to every eraseblock\n" " -o, --output=FILE Output to FILE (default: stdout)\n" |