1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-27 07:30:23 +05:30

Merge branch 'main' into load_into_mem

This commit is contained in:
Intel A80486DX2-66 2024-11-18 00:49:01 +03:00
commit f3b9be3e54
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -19,7 +19,6 @@
#include "common.h" #include "common.h"
#include "MTPRNG.h"
#include "atoumax_base10.h" #include "atoumax_base10.h"
#include "corrupter.h" #include "corrupter.h"
#include "file_type.h" #include "file_type.h"
@ -207,16 +206,15 @@ int main(int argc, char** argv) {
" -threshold : Controls the amount of change allowed for each " " -threshold : Controls the amount of change allowed for each "
"byte. The\n" "byte. The\n"
" higher the value, the more extensive the " " higher the value, the more extensive the "
"modifications will\n" "modifications will be.\n"
" be.\n"
" Value range: [1.." INT2STR(CHAR_BIT) "]\n" " Value range: [1.." INT2STR(CHAR_BIT) "]\n"
" Default value: %" PRIu8 "\n" " Default value: %" PRIu8 "\n"
"\n" "\n"
" -passes : This parameter determines the number of times " " -passes : Determines the number of times the file will be "
"the file will\n" "processed. The\n"
" be processed. The higher the value, the longer " " higher the value, the longer the overall "
"the overall\n" "processing time will\n"
" processing time will be.\n" " be.\n"
" Value range: [1..%" PRIuMAX "]\n" " Value range: [1..%" PRIuMAX "]\n"
" Default value: %" PRIuMAX "\n" " Default value: %" PRIuMAX "\n"
"\n" "\n"