containers/podman
Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages
Closed
#28,370 opened on Mar 26, 2026
ContribfestGood First Issuekind/documentationvolunteers-wanted
Repository metrics
- Stars
- (31,686 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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.