Browse Source

core: Add -v as an shorthand for --verbose.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
dda62843fd
  1. 2
      sgminer.c

2
sgminer.c

@ -1242,7 +1242,7 @@ static struct opt_table opt_config_table[] = { @@ -1242,7 +1242,7 @@ static struct opt_table opt_config_table[] = {
OPT_WITH_ARG("--user|-u",
set_user, NULL, NULL,
"Username for bitcoin JSON-RPC server"),
OPT_WITHOUT_ARG("--verbose",
OPT_WITHOUT_ARG("--verbose|-v",
opt_set_bool, &opt_log_output,
"Log verbose output to stderr as well as status output"),
OPT_WITH_ARG("--worksize|-w",

Loading…
Cancel
Save