summaryrefslogtreecommitdiff
path: root/src/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/add.c')
-rw-r--r--src/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add.c b/src/add.c
index 16e8dd1..2a0a36c 100644
--- a/src/add.c
+++ b/src/add.c
@@ -161,7 +161,7 @@ static struct apk_option add_options[] = {
static struct apk_applet apk_add = {
.name = "add",
- .help = "Add PACKAGEs to main dependencies and install (or upgrade) "
+ .help = "Add PACKAGEs to 'world' and install (or upgrade) "
"them, while ensuring that all dependencies are met",
.arguments = "PACKAGE...",
.open_flags = APK_OPENF_WRITE,