diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-03-21 13:05:39 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-03-21 13:05:39 +0200 |
commit | c1d34a07f45cd6e8d6ddc98e40390e86c7268201 (patch) | |
tree | 9cce5168420266ecdaeb8d980348ab64198c83eb /doc | |
parent | 337734941831dae9a6aa441e38611c43a5fd72c0 (diff) | |
download | apk-tools-c1d34a07f45cd6e8d6ddc98e40390e86c7268201.tar.gz apk-tools-c1d34a07f45cd6e8d6ddc98e40390e86c7268201.tar.bz2 apk-tools-c1d34a07f45cd6e8d6ddc98e40390e86c7268201.tar.xz apk-tools-c1d34a07f45cd6e8d6ddc98e40390e86c7268201.zip |
fetch: implement --built-after
ref #10873
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk-fetch.8.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apk-fetch.8.scd b/doc/apk-fetch.8.scd index dd86ce4..7bbbc90 100644 --- a/doc/apk-fetch.8.scd +++ b/doc/apk-fetch.8.scd @@ -17,6 +17,10 @@ specified. # OPTIONS +*--built-after* _TIMESPEC_ + Only fetch packages that have buildtime more recent than TIMESPEC. + TIMESPEC can be a "YYYY-MM-DD HH:MM:SS" date, or seconds since epoch. + *-L, --link* Create hard links if possible. |