# HG changeset patch # User Binki # Date 2009-05-29 08:18:22 # Node ID d776ca302a39c74454950c16a01f905315d33a81 # Parent 5132c78ddaf11f5c391a951030a3e2e509b1d029 fixed config file format description diff --git a/src/common/options.c b/src/common/options.c --- a/src/common/options.c +++ b/src/common/options.c @@ -77,6 +77,7 @@ int options_init(int argc, char *argv[], CFG_STR("username", NULL, CFGF_NONE), CFG_STR("hostname", NULL, CFGF_NONE), CFG_STR("method", "ssh", CFGF_NONE), + CFG_STR_LIST("types", NULL, CFGF_NONE), CFG_END() };