Commit bafc4791 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: add long options --help and --silent

They are long options for -h and -s, respectively.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ed562c53
......@@ -474,6 +474,8 @@ static void check_conf(struct menu *menu)
}
static struct option long_opts[] = {
{"help", no_argument, NULL, 'h'},
{"silent", no_argument, NULL, 's'},
{"oldaskconfig", no_argument, &input_mode_opt, oldaskconfig},
{"oldconfig", no_argument, &input_mode_opt, oldconfig},
{"syncconfig", no_argument, &input_mode_opt, syncconfig},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment