Add connector plugindir to help output

The output now displays the connector directory.
This commit is contained in:
Markus Mäkelä
2017-04-13 17:57:52 +03:00
parent f4a5134a83
commit a54d6fe816

View File

@ -955,6 +955,7 @@ static void usage(void)
" piddir : %s\n"
" persistdir : %s\n"
" module configdir : %s\n"
" connector plugins : %s\n"
"\n"
"If '--basedir' is provided then all other paths, including the default\n"
"configuration file path, are defined relative to that. As an example,\n"
@ -966,7 +967,7 @@ static void usage(void)
get_configdir(), default_cnf_fname,
get_configdir(), get_logdir(), get_cachedir(), get_libdir(),
get_datadir(), get_execdir(), get_langdir(), get_piddir(),
get_config_persistdir(), get_module_configdir());
get_config_persistdir(), get_module_configdir(), get_connector_plugindir());
}