Beat Bolli <dev+git@xxxxxxxxx> writes: >> + OPT_SET_INT_F(0, "longhelp", &integer, "help text of this entry\n" >> + "spans multiple lines", 0, PARSE_OPT_NONEG), >> OPT_STRING_LIST(0, "list", &list, "str", "add str to list"), >> OPT_GROUP("Magic arguments"), >> OPT_NUMBER_CALLBACK(&integer, "set integer to NUM", > > I think this chunk should be part of the previous commit. Good eyes. Thanks.