abuild-fetch: mention -k toption for insecure in usage

This commit is contained in:
Natanael Copa 2021-04-20 12:58:32 +02:00
parent e2882e4371
commit 42a45c9cbc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void add_opt(struct cmdarray *cmd, char *opt)
int usage(int eval)
{
printf("usage: %s [-h] [-d DESTDIR] URL\n", program);
printf("usage: %s [-hk] [-d DESTDIR] URL\n", program);
return eval;
}