Add connector plugindir to help output
The output now displays the connector directory.
This commit is contained in:
@ -955,6 +955,7 @@ static void usage(void)
|
|||||||
" piddir : %s\n"
|
" piddir : %s\n"
|
||||||
" persistdir : %s\n"
|
" persistdir : %s\n"
|
||||||
" module configdir : %s\n"
|
" module configdir : %s\n"
|
||||||
|
" connector plugins : %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If '--basedir' is provided then all other paths, including the default\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"
|
"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(), default_cnf_fname,
|
||||||
get_configdir(), get_logdir(), get_cachedir(), get_libdir(),
|
get_configdir(), get_logdir(), get_cachedir(), get_libdir(),
|
||||||
get_datadir(), get_execdir(), get_langdir(), get_piddir(),
|
get_datadir(), get_execdir(), get_langdir(), get_piddir(),
|
||||||
get_config_persistdir(), get_module_configdir());
|
get_config_persistdir(), get_module_configdir(), get_connector_plugindir());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user