summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Perrotta <tbperrotta@gmail.com>2022-01-24 05:43:01 +0000
committerThiago Perrotta <tbperrotta@gmail.com>2022-01-24 00:46:43 -0500
commitbd13e774de8e545f5326e0137ba0ed4291e3b721 (patch)
tree51e818e9e63f62b86e254b362f5368112b0aaef9
parentb7e3ca22f78c48fa20a5c3156541c51d224164f9 (diff)
downloadapk-tools-bd13e774de8e545f5326e0137ba0ed4291e3b721.tar.gz
apk-tools-bd13e774de8e545f5326e0137ba0ed4291e3b721.tar.bz2
apk-tools-bd13e774de8e545f5326e0137ba0ed4291e3b721.tar.xz
apk-tools-bd13e774de8e545f5326e0137ba0ed4291e3b721.zip
fix typo on apk-add.8.scd
-rw-r--r--doc/apk-add.8.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apk-add.8.scd b/doc/apk-add.8.scd
index 1586f7e..3552095 100644
--- a/doc/apk-add.8.scd
+++ b/doc/apk-add.8.scd
@@ -34,7 +34,7 @@ following options:
dependencies cannot be satisfied.
*-u, --upgrade*
- Upgrade _packages_ and it's dependencies. Normally *apk add* will
+ Upgrade _packages_ and their dependencies. Normally *apk add* will
avoid changing installed package unless it is required by the newly
added _packages_ or their dependencies. This changes the default
preference to upgrading the package to the latest installable version.