Changeset - d776ca302a39
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-29 08:18:22
ohnobinki@ohnopublishing.net
fixed config file format description
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/common/options.c
Show inline comments
 
@@ -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()
 
    };
 
  
0 comments (0 inline, 0 general)