Lines 93-99
Link Here
|
93 |
{ "no-ignore-file-name-case", no_argument, NULL, OPT_NO_IGN_FN_CASE }, |
93 |
{ "no-ignore-file-name-case", no_argument, NULL, OPT_NO_IGN_FN_CASE }, |
94 |
{ "normal", no_argument, NULL, OPT_NORMAL }, |
94 |
{ "normal", no_argument, NULL, OPT_NORMAL }, |
95 |
{ "strip-trailing-cr", no_argument, NULL, OPT_STRIPCR }, |
95 |
{ "strip-trailing-cr", no_argument, NULL, OPT_STRIPCR }, |
96 |
{ "tabsize", optional_argument, NULL, OPT_TSIZE }, |
96 |
{ "tabsize", required_argument, NULL, OPT_TSIZE }, |
97 |
{ "changed-group-format", required_argument, NULL, OPT_CHANGED_GROUP_FORMAT}, |
97 |
{ "changed-group-format", required_argument, NULL, OPT_CHANGED_GROUP_FORMAT}, |
98 |
{ "suppress-common-lines", no_argument, NULL, OPT_SUPPRESS_COMMON }, |
98 |
{ "suppress-common-lines", no_argument, NULL, OPT_SUPPRESS_COMMON }, |
99 |
{ NULL, 0, 0, '\0'} |
99 |
{ NULL, 0, 0, '\0'} |