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/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/add.c') diff --git a/src/add.c b/src/add.c index 43e6340..91f9380 100644 --- a/src/add.c +++ b/src/add.c @@ -182,7 +182,7 @@ static struct option add_options[] = { static struct apk_applet apk_add = { .name = "add", - .usage = "[--initdb] [--upgrade|-u] [--virtual metaname] apkname...", + .usage = "[--initdb] [-u|--upgrade] [-t|--virtual NAME] PACKAGE...", .context_size = sizeof(struct add_ctx), .num_options = ARRAY_SIZE(add_options), .options = add_options, -- cgit v1.2.3-60-g2f50