mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 22:02:09 +00:00
Fixup --help on intensities.
Current help contains conflict statements regarding intensity priorities. Per commit d11df698d141988491494aa1f29c7d3595e9712b: - rawintensity overrides both xintensity and intensity - xintensity overrides intensity
This commit is contained in:
parent
80e6307033
commit
45a16f1ac2
@ -1170,11 +1170,11 @@ static struct opt_table opt_config_table[] = {
|
|||||||
set_intensity, NULL, NULL,
|
set_intensity, NULL, NULL,
|
||||||
"Intensity of GPU scanning (d or " MIN_INTENSITY_STR
|
"Intensity of GPU scanning (d or " MIN_INTENSITY_STR
|
||||||
" -> " MAX_INTENSITY_STR
|
" -> " MAX_INTENSITY_STR
|
||||||
",default: d to maintain desktop interactivity)"),
|
",default: d to maintain desktop interactivity), overridden by --xintensity or --rawintensity."),
|
||||||
OPT_WITH_ARG("--xintensity|-X",
|
OPT_WITH_ARG("--xintensity|-X",
|
||||||
set_xintensity, NULL, NULL,
|
set_xintensity, NULL, NULL,
|
||||||
"Shader based intensity of GPU scanning (" MIN_XINTENSITY_STR " to "
|
"Shader based intensity of GPU scanning (" MIN_XINTENSITY_STR " to "
|
||||||
MAX_XINTENSITY_STR "), overrides --intensity|-I and -rawintensity."),
|
MAX_XINTENSITY_STR "), overrides --intensity|-I, overridden by --rawintensity."),
|
||||||
OPT_WITH_ARG("--rawintensity",
|
OPT_WITH_ARG("--rawintensity",
|
||||||
set_rawintensity, NULL, NULL,
|
set_rawintensity, NULL, NULL,
|
||||||
"Raw intensity of GPU scanning (" MIN_RAWINTENSITY_STR " to "
|
"Raw intensity of GPU scanning (" MIN_RAWINTENSITY_STR " to "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user