diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-14 20:10:22 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:01:26 +0200 |
commit | 49d7db15e34ced8a7a2deec9efed47b27d9b8a86 (patch) | |
tree | 9fb28ba2ea8198228cb522c1a2ebbe30188c9e81 /doc/apk-stats.8.scd | |
parent | 6e7d307ba99ffbb9483c21f45524fbcb7ba511a5 (diff) | |
download | apk-tools-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.tar.gz apk-tools-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.tar.bz2 apk-tools-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.tar.xz apk-tools-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.zip |
add apk-stats(8)
Diffstat (limited to 'doc/apk-stats.8.scd')
-rw-r--r-- | doc/apk-stats.8.scd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/apk-stats.8.scd b/doc/apk-stats.8.scd new file mode 100644 index 0000000..e34e222 --- /dev/null +++ b/doc/apk-stats.8.scd @@ -0,0 +1,24 @@ +apk-stats(8) + +# NAME + +apk stats - show statistics about repositories and installations + +# SYNOPSIS + +*apk stats* + +# DESCRIPTION + +*apk stats* prints statistics about installed packages, package repositories, +and other information. + +# OPTIONS + +*apk stats* does not support any specific options. See *apk*(8) for global +options. + +# AUTHORS + +Natanael Copa <ncopa@alpinelinux.org>++ +Timo Teräs <_timo.teras@iki.fi_> |