diff options
author | Timo Teräs <timo.teras@iki.fi> | 2021-01-17 15:00:44 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-01-17 15:01:59 +0200 |
commit | a6784194b1194bd0d374d16d7f926f554d0dcfd7 (patch) | |
tree | 8cd0e2eb5a7088771eedd5581a145f5b1f4e8d3c /doc/apk-info.8.scd | |
parent | ed2e23c8c793e34a2ced894b88c13a0b1077ce05 (diff) | |
download | apk-tools-a6784194b1194bd0d374d16d7f926f554d0dcfd7.tar.gz apk-tools-a6784194b1194bd0d374d16d7f926f554d0dcfd7.tar.bz2 apk-tools-a6784194b1194bd0d374d16d7f926f554d0dcfd7.tar.xz apk-tools-a6784194b1194bd0d374d16d7f926f554d0dcfd7.zip |
man info: --install-if and --rinstall-if do not have short options
Commit e4aae45f removed the short options. Update the documentation.
Fixes #10733
Diffstat (limited to 'doc/apk-info.8.scd')
-rw-r--r-- | doc/apk-info.8.scd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/apk-info.8.scd b/doc/apk-info.8.scd index a4903c9..1e3cf5c 100644 --- a/doc/apk-info.8.scd +++ b/doc/apk-info.8.scd @@ -38,13 +38,6 @@ display the appropriate information, then an empty line terminates that field. *-L, --contents* List files included in the package. -*-i, --install-if* - List the package's install_if rule. When the dependencies in this list - are satisfied, the package will be installed automatically. - -*-I, --rinstall-if* - List other packages whose install_if rules refer to this package. - *-r, --rdepends* List reverse dependencies of the package (all other packages which depend on the package). @@ -61,6 +54,10 @@ display the appropriate information, then an empty line terminates that field. *-W, --who-owns* Print the package which owns the specified file. +*--install-if* + List the package's install_if rule. When the dependencies in this list + are satisfied, the package will be installed automatically. + *--license* Print the package SPDX license identifier. @@ -68,6 +65,9 @@ display the appropriate information, then an empty line terminates that field. List the other packages for which this package is marked as a replacement. +*--rinstall-if* + List other packages whose install_if rules refer to this package. + *--triggers* Print active triggers for the package. |