mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
Fix none -> null in mkdwarfs help
This commit is contained in:
parent
9a6a815918
commit
08c8ef52bd
@ -321,7 +321,7 @@ int mkdwarfs(int argc, char** argv) {
|
||||
<< std::endl;
|
||||
|
||||
std::cout << "\nCompression algorithms:\n"
|
||||
" none no compression at all\n"
|
||||
" null no compression at all\n"
|
||||
#ifdef DWARFS_HAVE_LIBLZ4
|
||||
" lz4 LZ4 compression\n"
|
||||
" level=[0..9]\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user