info: add size and webpage to usage

cute-signatures
Natanael Copa 2009-06-19 17:36:05 +02:00
parent 378ae7b02c
commit 7703f981d9
1 changed files with 1 additions and 1 deletions

View File

@ -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,