diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
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" }, }; |