summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
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 ec6a859..c61c78b 100644
--- a/src/index.c
+++ b/src/index.c
@@ -251,7 +251,7 @@ static struct apk_option index_options[] = {
static struct apk_applet apk_index = {
.name = "index",
- .help = "Create repository index file from FILEs.",
+ .help = "Create repository index file from FILEs",
.arguments = "FILE...",
.open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE | APK_OPENF_NO_REPOS,
.context_size = sizeof(struct index_ctx),