mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 13:04:29 +00:00
Don't show value of intensity since it's dynamic by default.
This commit is contained in:
parent
efa1731822
commit
ee5b476402
2
main.c
2
main.c
@ -1073,7 +1073,7 @@ static struct opt_table opt_config_table[] = {
|
|||||||
set_int_0_to_10, opt_show_intval, &opt_g_threads,
|
set_int_0_to_10, opt_show_intval, &opt_g_threads,
|
||||||
"Number of threads per GPU (0 - 10)"),
|
"Number of threads per GPU (0 - 10)"),
|
||||||
OPT_WITH_ARG("--intensity|-I",
|
OPT_WITH_ARG("--intensity|-I",
|
||||||
forced_int_1010, opt_show_intval, &scan_intensity,
|
forced_int_1010, NULL, &scan_intensity,
|
||||||
"Intensity of GPU scanning (-10 -> 10, default: dynamic to maintain desktop interactivity)"),
|
"Intensity of GPU scanning (-10 -> 10, default: dynamic to maintain desktop interactivity)"),
|
||||||
OPT_WITH_ARG("--kernel-path|-K",
|
OPT_WITH_ARG("--kernel-path|-K",
|
||||||
opt_set_charp, opt_show_charp, &opt_kernel_path,
|
opt_set_charp, opt_show_charp, &opt_kernel_path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user