diff --git a/include/optlist.h b/include/optlist.h index 9ade9c2cc..a2919ed84 100644 --- a/include/optlist.h +++ b/include/optlist.h @@ -641,7 +641,7 @@ static int optfn_##a(int, int, boolean, char *, char *); Off, Yes, No, No, NoAlias, (boolean *) 0, Term_False, (char *)0) #endif - NHOPTB(showvers, Status, 0, opt_in, set_in_game, + NHOPTB(showvers, Advanced, 0, opt_in, set_in_game, Off, Yes, No, No, NoAlias, &flags.showvers, Term_False, "show version info on status line") NHOPTB(silent, Advanced, 0, opt_out, set_in_game, @@ -887,4 +887,4 @@ static int optfn_##a(int, int, boolean, char *, char *); /* clang-format on */ #endif /* NHOPT_PROTO || NHOPT_ENUM || NHOPT_PARSE */ -/* end of optlist */ +/*optlist.h*/