diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-27 15:28:47 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-06-28 13:47:14 +0300 |
commit | f45aefd9619333a91dc4977144ba8305494a87a2 (patch) | |
tree | b6a3655e7305f9ed34b34773f2813b5756718d30 /src/del.c | |
parent | ac7616b0a9e4a4eaf640cd59a98cda01773c57ac (diff) | |
download | apk-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |