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/fetch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fetch.c') diff --git a/src/fetch.c b/src/fetch.c index 826dc73..049c3ef 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -193,7 +193,8 @@ static struct option fetch_options[] = { static struct apk_applet apk_fetch = { .name = "fetch", - .usage = "[-R|--recursive|--stdout] [--link|-L] [-o dir] apkname...", + .usage = "[-R|--recursive|--stdout] [-L|--link] [-o|--output DIR]\n" + "\t\t PACKAGE...", .context_size = sizeof(struct fetch_ctx), .num_options = ARRAY_SIZE(fetch_options), .options = fetch_options, -- cgit v1.2.3