diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-05-02 13:11:51 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-05-02 13:22:06 +0300 |
commit | ce659e22716aebce570dd58866ed1e634150c5d7 (patch) | |
tree | d72d1603bdaef80225ef91f479aaed07536646b4 /doc | |
parent | 595b3745f1091e9e4b5ffeb256c9ba25b2533221 (diff) | |
download | apk-tools-ce659e22716aebce570dd58866ed1e634150c5d7.tar.gz apk-tools-ce659e22716aebce570dd58866ed1e634150c5d7.tar.bz2 apk-tools-ce659e22716aebce570dd58866ed1e634150c5d7.tar.xz apk-tools-ce659e22716aebce570dd58866ed1e634150c5d7.zip |
doc: fetch: correct --link short option to -l
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk-fetch.8.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apk-fetch.8.scd b/doc/apk-fetch.8.scd index 7bbbc90..495c3d4 100644 --- a/doc/apk-fetch.8.scd +++ b/doc/apk-fetch.8.scd @@ -21,7 +21,7 @@ specified. 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* +*-l, --link* Create hard links if possible. *-o, --output* _DIR_ |