add, del: main dependencies -> 'world'

Acked-by: Natanael Copa <ncopa@alpinelinux.org>
cute-signatures
Dubiousjim 2013-06-27 15:28:47 -04:00 committed by Timo Teräs
parent ac7616b0a9
commit f45aefd961
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -135,7 +135,7 @@ static struct apk_option del_options[] = {
static struct apk_applet apk_del = {
.name = "del",
.help = "Remove PACKAGEs from the main dependencies and uninstall them",
.help = "Remove PACKAGEs from 'world' and uninstall them",
.arguments = "PACKAGE...",
.open_flags = APK_OPENF_WRITE,
.context_size = sizeof(struct del_ctx),