Pádraig Brady <[email protected]> writes: > * doc/coreutils.texi (wc invocation): Desscribe --debug. > * src/wc.c (usage): Likewise. > * NEWS: Mention the bug fix. > --- > NEWS | 4 ++++ > doc/coreutils.texi | 5 +++++ > src/wc.c | 3 +++ > 3 files changed, 12 insertions(+)
Looks good. It would be nice to have some syntax-check to check the "struct long_options" array and make sure all of them are documented in --help and in the manual. I guess there is some options we purposefully don't document, though. I assume we exclude --rfc-2822 and --rfc-822 from 'date --help' since it is the same as 'date --rfc-email', for example. Collin
