summaryrefslogtreecommitdiff
path: root/src/del.c
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-27 15:28:47 -0400
committerTimo Teräs <timo.teras@iki.fi>2013-06-28 13:47:14 +0300
commitf45aefd9619333a91dc4977144ba8305494a87a2 (patch)
treeb6a3655e7305f9ed34b34773f2813b5756718d30 /src/del.c
parentac7616b0a9e4a4eaf640cd59a98cda01773c57ac (diff)
downloadapk-tools-f45aefd9619333a91dc4977144ba8305494a87a2.tar.gz
apk-tools-f45aefd9619333a91dc4977144ba8305494a87a2.tar.bz2
apk-tools-f45aefd9619333a91dc4977144ba8305494a87a2.tar.xz
apk-tools-f45aefd9619333a91dc4977144ba8305494a87a2.zip
add, del: main dependencies -> 'world'
Acked-by: Natanael Copa <ncopa@alpinelinux.org>
Diffstat (limited to 'src/del.c')
-rw-r--r--src/del.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/del.c b/src/del.c
index cd15415..7b5fd6c 100644
--- a/src/del.c
+++ b/src/del.c
@@ -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),