> > One-line synopsis for signify(1): > > signify [-neGVI] [-o sigfile] [-p pubkey] [-s seckey] [message] > > > > What's currently in there: > > signify -G [-n] -p pubkey -s seckey > > signify -I [-o sigfile] [-p pubkey] [-s seckey] > > signify -S [-e] [-o sigfile] -s seckey message > > signify -V [-e] [-o sigfile] -p pubkey message > > > > Sorry, the current version is *ways* more useful. > > > > and the text is *way* more useful still. it doesn;t prove your point > though. we do what we can with SYNOPSIS, and that's handy. it's why i go > to such lengths to try and make sure ours are correct, and that they > match the manual page. but that doesn;t mean we should ask it to dance: > SYNOPSIS does not have the ability to express all the permutations of a > utility and its options, sanely.
let us give this a little bit a break. This is a new command and not all the permutations are figured out yet. For instance, it is rather unrefined if you pass it extra optind's and on some of the options you can pass incorrect flags which will be ignored. Let's not strange the process before it is finished.