From: Ralph Corderoy Date: Sun, 16 Oct 2016 08:17:51 +0000 (+0100) Subject: Move -help and -version to the front of the man page options. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f347dd165f907248db3958f34ec91a73198fbcb3?ds=inline;hp=f347dd165f907248db3958f34ec91a73198fbcb3 Move -help and -version to the front of the man page options. The man pages had -verbose and -help listed at the end of the synopsis. This put them after mandatory arguments in some cases, e.g. post(8). Put then at the front, swapping the order so -help is first, as novices will want to know -help exists early on, and others can simply skip over them rather than encounter them at the end when they're trying to track the combinations of what they've read so far. ---