mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
core: Add -v as an shorthand for --verbose.
This commit is contained in:
parent
68f0a45034
commit
dda62843fd
@ -1242,7 +1242,7 @@ static struct opt_table opt_config_table[] = {
|
|||||||
OPT_WITH_ARG("--user|-u",
|
OPT_WITH_ARG("--user|-u",
|
||||||
set_user, NULL, NULL,
|
set_user, NULL, NULL,
|
||||||
"Username for bitcoin JSON-RPC server"),
|
"Username for bitcoin JSON-RPC server"),
|
||||||
OPT_WITHOUT_ARG("--verbose",
|
OPT_WITHOUT_ARG("--verbose|-v",
|
||||||
opt_set_bool, &opt_log_output,
|
opt_set_bool, &opt_log_output,
|
||||||
"Log verbose output to stderr as well as status output"),
|
"Log verbose output to stderr as well as status output"),
|
||||||
OPT_WITH_ARG("--worksize|-w",
|
OPT_WITH_ARG("--worksize|-w",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user