diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-19 17:36:05 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-19 17:36:05 +0200 |
commit | 7703f981d94faf0ce705de98824c36da18bb4094 (patch) | |
tree | 080f3e2bb9dfb1ad811ff9b78513e771dd23f33b | |
parent | 378ae7b02c62a0bad938752fc8b1a05165ccaf60 (diff) | |
download | aports-7703f981d94faf0ce705de98824c36da18bb4094.tar.bz2 aports-7703f981d94faf0ce705de98824c36da18bb4094.tar.xz |
info: add size and webpage to usage
-rw-r--r-- | src/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.c b/src/info.c index a7605eb3b0..c3f8e03fd3 100644 --- a/src/info.c +++ b/src/info.c @@ -297,7 +297,7 @@ static struct option info_options[] = { static struct apk_applet apk_info = { .name = "info", .usage = "[-L|--contents] [-e|--installed] [-W|--who-owns] [-R|--depends]\n" - "\t\t[-r|--rdepends] PACKAGE...", + "\t\t[-r|--rdepends] [-w|--webage] [-s|--size] PACKAGE...", .context_size = sizeof(struct info_ctx), .num_options = ARRAY_SIZE(info_options), .options = info_options, |