mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-01 18:00:30 +00:00
abuild-fetch: mention -k toption for insecure in usage
This commit is contained in:
parent
e2882e4371
commit
42a45c9cbc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user