summaryrefslogtreecommitdiff
path: root/src/info.c
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-27 15:28:46 -0400
committerTimo Teräs <timo.teras@iki.fi>2013-06-28 13:45:41 +0300
commitac7616b0a9e4a4eaf640cd59a98cda01773c57ac (patch)
treee333508102823ac0621501f42524752d3a88e1de /src/info.c
parentfcb540ab6978d3d5a55f08120c78d8e03b1e13c7 (diff)
downloadapk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.gz
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.bz2
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.xz
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.zip
various: applet help text and comment fixes
Acked-by: Natanael Copa <ncopa@alpinelinux.org>
Diffstat (limited to 'src/info.c')
-rw-r--r--src/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info.c b/src/info.c
index 9eb9e78..9a9154e 100644
--- a/src/info.c
+++ b/src/info.c
@@ -419,8 +419,8 @@ static struct apk_option info_options[] = {
{ 'P', "provides", "List virtual packages provided by PACKAGE" },
{ 'r', "rdepends", "List all packages depending on PACKAGE" },
{ 0x10000, "replaces", "List packages whom files PACKAGE might replace" },
- { 'i', "install-if", "List the PACKAGE's install-if rule" },
- { 'I', "rinstall-if", "List all packages having install-if referencing PACKAGE" },
+ { 'i', "install-if", "List the PACKAGE's install_if rule" },
+ { 'I', "rinstall-if", "List all packages having install_if referencing PACKAGE" },
{ 'w', "webpage", "Show URL for more information about PACKAGE" },
{ 's', "size", "Show installed size of PACKAGE" },
{ 'd', "description", "Print description for PACKAGE" },