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 7bf11ae..824d60e 100644
--- a/src/index.c
+++ b/src/index.c
@@ -119,7 +119,7 @@ static struct option index_options[] = {
static struct apk_applet apk_index = {
.name = "index",
- .usage = "[-d indexfile] apkname...",
+ .usage = "[-d|--delete INDEXFILE] FILE...",
.context_size = sizeof(struct index_ctx),
.num_options = ARRAY_SIZE(index_options),
.options = index_options,