add-apt-repository: improve --enable-source example description (#7203)

This commit is contained in:
Michael Schwarz
2021-11-06 21:37:20 +01:00
committed by GitHub
parent 60bc47a5fb
commit b8dc065280

View File

@@ -15,6 +15,6 @@
`add-apt-repository --update {{repository_spec}}` `add-apt-repository --update {{repository_spec}}`
- Enable source packages: - Allow source packages to be downloaded from the repository:
`add-apt-repository --enable-source {{repository_spec}}` `add-apt-repository --enable-source {{repository_spec}}`