context: include MSG log level in --help

This commit is contained in:
Aleksander Morgado
2022-11-15 09:10:13 +00:00
parent da78eb4bd4
commit 00c40b5b3f

View File

@@ -139,7 +139,7 @@ static gboolean log_personal_info;
static const GOptionEntry log_entries[] = {
{
"log-level", 0, 0, G_OPTION_ARG_STRING, &log_level,
"Log level: one of ERR, WARN, INFO, DEBUG",
"Log level: one of ERR, WARN, MSG, INFO, DEBUG",
"[LEVEL]"
},
{