mirror of
https://github.com/dokku/dokku.git
synced 2026-07-11 04:51:57 +02:00
The internal-properties tables on builds.md (8 --build-* flags), ssl.md (8 --ssl-* flags), and process-management.md (4 ps flags) each crammed all the flags into a single comma-separated table row with one umbrella description. Splits each into a row per flag with a specific description and the actual code-path source (the build record write path, the openssl x509 parse target, the ps inspection helper).