summaryrefslogtreecommitdiff
path: root/doc/apk-fetch.8.scd
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02doc: fetch: correct --link short option to -lTimo Teräs1-1/+1
Seems originally it was indeed -L, but was inadvertently changed to -l in 2.12_rc1 in options refactoring commit 1d7123d8. Since already the 2.12-stable uses -l, update just documentation. fixes #10894
2023-04-11fetch: implement --built-afterTimo Teräs1-0/+4
ref #10873
2022-06-03fetch: implement --worldTimo Teräs1-0/+3
fixes #10838
2021-11-12fetch: add --url option to print the download URLsTimo Teräs1-0/+3
2021-07-23Remove AUTHORS section from man pagesTimo Teräs1-5/+0
Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead.
2020-05-06man pages: make more friendly for help generationTimo Teräs1-0/+3
Also few minor fixups added.
2020-04-21man pages: format email addresses consistentlyFredrik Gustafsson1-1/+1
Some email addresses was underlined and some wasn't. Remove underline from all email addresses to be consistent. The reason for chosing no underline is that the email address isn't clickable and to be consistent with the output from git log.
2020-01-26add apk-fetch(8)Drew DeVault1-0/+41