containers/podman

Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages

Geschlossen

#28.370 geöffnet am 26.03.2026

 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Go (3.107 Forks)batch import
ContribfestGood First Issuekind/documentationvolunteers-wanted

Repository-Metriken

Stars
 (31.686 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide