diff options
Diffstat (limited to 'mpvcore/m_config.c')
-rw-r--r-- | mpvcore/m_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/m_config.c b/mpvcore/m_config.c index c5b9753cd7..0e23c899fd 100644 --- a/mpvcore/m_config.c +++ b/mpvcore/m_config.c @@ -644,7 +644,7 @@ void m_config_print_option_list(const struct m_config *config) continue; if (co->is_generated) continue; - mp_msg(MSGT_CFGPARSER, MSGL_INFO, " %-30.30s", co->name); + mp_msg(MSGT_CFGPARSER, MSGL_INFO, " --%-30.30s", co->name); if (opt->type == &m_option_type_choice) { mp_msg(MSGT_CFGPARSER, MSGL_INFO, " Choices:"); struct m_opt_choice_alternatives *alt = opt->priv; |