summaryrefslogtreecommitdiff
path: root/src/index.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/index.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/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index c61c78b..4a97911 100644
--- a/src/index.c
+++ b/src/index.c
@@ -245,7 +245,7 @@ static struct apk_option index_options[] = {
{ 'd', "description", "Embed TEXT as description and version "
"information of the repository index",
required_argument, "TEXT" },
- { 0x10000, "rewrite-arch", "Use ARCH as architery for all packages",
+ { 0x10000, "rewrite-arch", "Use ARCH as architecture for all packages",
required_argument, "ARCH" },
};