On Sat, Jun 22, 2019 at 11:16:59AM -0600, Theo de Raadt wrote:
> I can give a few crazy examples: ld, cc, ksh. I'll say again, there
> surely are cases where it is pointless making usage be complete, because
> the compleness can be harmful. Is this one? Maybe...
Fair point, although these tools are used differently; compressing all
possible usages into one synopsis does lack information about which
options are mutually exclusive, but you can still available one which
is often what I'm looking for:
ls [-1AaCcdFfgHhikLlmnopqRrSsTtux] [file ...]
Same goes for ldomctl (and vmctl), except doing something like
ldomctl start|stop|init-system|... [domain|file|...]
is hardly possible or even useful.