You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know if help2man can take that part from the --help somehow? My own build script just calls help2man -N -S divvun-gramcheck "${prog##*/}" for all the binaries. Or can it be the same across all the executables, like this application is part of divvun-gramcheck (e.g. what man vislcg3 does)?
Keeping it open since I'd like to have individual entries there (since it's what shows up when people do whatis divvun-suggest). I just have to figure out if I can specify the entries in --help or if I have to list them in my build script that calls help2man.
Package is getting Lintian tag https://lintian.debian.org/tags/manpage-has-useless-whatis-entry.html - can be trivially fixed by using help2man -n instead of plain help2man.
Remembering to use -n in the future is the tricky part.
The text was updated successfully, but these errors were encountered: