split out common options to its own page and mention it on each subcommand page

Sometimes users would get confused because an option they were looking
for was not mentioned on a subcommand's man page, and they had not
noticed that the main git-annex man page had a list of common options.
This change lets each subcommand mention the common options, similarly
to how the matching options are handled.

This commit was sponsored by Svenne Krap on Patreon.
This commit is contained in:
Joey Hess 2021-05-10 15:00:13 -04:00
parent 8ab04788ef
commit b184fc490a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
100 changed files with 437 additions and 127 deletions

View file

@ -3,3 +3,5 @@
A simple solution to this could be an fsck option which skips printing ok'd (and perhaps also dead) keys, i.e. `--no-ok` and `--no-dead`.
[[!meta title="mention common options on per-command man pages"]]
> common option man page and references [[done]] --[[Joey]]