Browse Source

doc: minor fix for --help message on `--incognito`.

build-mingw
Noel Maersk 11 years ago
parent
commit
a511266959
  1. 2
      sgminer.c

2
sgminer.c

@ -1176,7 +1176,7 @@ static struct opt_table opt_config_table[] = {
#ifdef HAVE_CURSES #ifdef HAVE_CURSES
OPT_WITHOUT_ARG("--incognito", OPT_WITHOUT_ARG("--incognito",
opt_set_bool, &opt_incognito, opt_set_bool, &opt_incognito,
"Do not display pool/user names in status window"), "Do not display user name in status window"),
#endif #endif
OPT_WITH_ARG("--intensity|-I", OPT_WITH_ARG("--intensity|-I",
set_intensity, NULL, NULL, set_intensity, NULL, NULL,

Loading…
Cancel
Save