summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2021-01-17 15:00:44 +0200
committerTimo Teräs <timo.teras@iki.fi>2021-01-17 15:01:59 +0200
commita6784194b1194bd0d374d16d7f926f554d0dcfd7 (patch)
tree8cd0e2eb5a7088771eedd5581a145f5b1f4e8d3c /doc
parented2e23c8c793e34a2ced894b88c13a0b1077ce05 (diff)
downloadapk-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')
-rw-r--r--doc/apk-info.8.scd14
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.