Fix none -> null in mkdwarfs help

This commit is contained in:
Marcus Holland-Moritz 2020-11-23 20:49:39 +01:00
parent 9a6a815918
commit 08c8ef52bd

View File

@ -321,7 +321,7 @@ int mkdwarfs(int argc, char** argv) {
<< std::endl; << std::endl;
std::cout << "\nCompression algorithms:\n" std::cout << "\nCompression algorithms:\n"
" none no compression at all\n" " null no compression at all\n"
#ifdef DWARFS_HAVE_LIBLZ4 #ifdef DWARFS_HAVE_LIBLZ4
" lz4 LZ4 compression\n" " lz4 LZ4 compression\n"
" level=[0..9]\n" " level=[0..9]\n"