ntpd and ntpq have no command line help option

Feature request: command line help/usage.

spidey ~ # ntpq -h
Unknown command line switch ignored.
ntpq> quit
spidey ~ # ntpq --help
Unknown command line switch ignored.
ntpq> quit
spidey ~ # ntpd -h
spidey ~ # ntpd --help

At least it does not segfault like it did last week.

Somewhat related, I see the binaries I quickly tested support -V for version, maybe they should also support --version.