]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/lls/include/config-file.m4
paraslash 0.7.3
[paraslash.git] / m4 / lls / include / config-file.m4
1 [option config-file]
2         short_opt = c
3         summary = path to alternative config file
4         arg_info = required_arg
5         arg_type = string
6         typestr = filename
7         [help]
8                 default: DEFAULT_CONFIG_FILE()
9
10                 PROGRAM() reads its config file right after parsing the options that
11                 were given at the command line. If an option is given both at the
12                 command line and in the config file, the value that was specified at
13                 the command line takes precedence.
14         [/help]