2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-06-03 07:26:10 +02:00
This commit is contained in:
goblin 2017-06-01 14:23:28 +02:00
parent 5ed7d0344a
commit 7bab9ed820

View File

@ -50,7 +50,7 @@ static void usage(const char *cmd) {
T_COST_DEF);
printf("\t-m N\t\tSets the memory usage of 2^N KiB (default %d)\n",
LOG_M_COST_DEF);
printf("\t-k N\t\tSets the memory usage N KiB (default %d)\n",
printf("\t-k N\t\tSets the memory usage of N KiB (default %d)\n",
1 << LOG_M_COST_DEF);
printf("\t-p N\t\tSets parallelism to N threads (default %d)\n",
THREADS_DEF);