summaryrefslogtreecommitdiff
path: root/doc/apk-info.8.scd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2020-05-04 15:24:58 +0300
committerTimo Teräs <timo.teras@iki.fi>2020-05-06 13:05:25 +0300
commit791f93fcbe7a543e0bb844887ba395be8ed8ea44 (patch)
treea507ab39c1832769433a4e8e4b036643c191878f /doc/apk-info.8.scd
parent5258b484bf13441d3d5c199e3c8d70cf2a75b3ca (diff)
downloadapk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.gz
apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.bz2
apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.xz
apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.zip
man pages: make more friendly for help generation
Also few minor fixups added.
Diffstat (limited to 'doc/apk-info.8.scd')
-rw-r--r--doc/apk-info.8.scd9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/apk-info.8.scd b/doc/apk-info.8.scd
index 9974449..a4903c9 100644
--- a/doc/apk-info.8.scd
+++ b/doc/apk-info.8.scd
@@ -31,15 +31,16 @@ display the appropriate information, then an empty line terminates that field.
Print the package description.
*-e, --installed*
- Check if the package is installed, printing its name and exiting with
- status code zero if so, or exiting with a nonzero status code otherwise.
+ Check package installed status. For each installed package, print it's
+ name. The exit status is the number of given packages not installed.
+ Thus, zero (or success) is returned if all named packages are installed.
*-L, --contents*
List files included in the package.
*-i, --install-if*
- List the package's install_if rule, if configured (i.e. the conditions
- under which this package will be installed automatically).
+ 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.