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/add.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/add.c')
-rw-r--r-- | src/add.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |