containers/podman
Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages
Chiusa
#28.370 aperta il 26 mar 2026
ContribfestGood First Issuekind/documentationvolunteers-wanted
Metriche repository
- Star
- (31.686 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
We have a mechanism build for manpages to share options - the text lives in docs/source/markdown/options, the Manpage file is renamed to .md.in to indicate preprocessing is required, and the option is added to the manpage with @@option <name>.
Right now, we have an option that isn't shared (--reload-systemd); we should deduplicate in this method.