From 61213c401886884b73406c0e536b2f5ee97425e1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 19 Jun 2009 15:40:37 +0200 Subject: improve --help output apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used. --- src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.c') 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, -- cgit v1.2.3-60-g2f50