Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / doc / man / gnunet-config.1
1 .TH GNUNET\-CONFIG 1 "Jul 15, 2012" "GNUnet"
2
3 .SH NAME
4 gnunet\-config \- manipulate GNUnet configuration files
5
6 .SH SYNOPSIS
7 .B gnunet\-config
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-config\fP can be used to read or modify GNUnet configuration files.
13
14 .SH OPTIONS
15 .B
16 .IP "\-f, \-\-filename"
17 When accessing a specific option using \-s and \-o, perform expansions as if the
18 value represents a filename.
19 .B
20 .IP "\-s SECTION, \-\-section=SECTION"
21 Which configuration section should be accessed or edited. Required option.
22 .B
23 .IP "\-S, \-\-list\-sections"
24 List available configuration sections for use with \-\-section.
25 .B
26 .IP "\-W, \-\-rewrite"
27 Consider differences to defaults only.
28 .B
29 .IP "\-o OPTION, \-\-option=OPTION"
30 Which configuration option should be accessed or edited.  Required to set a value.
31 If not given, all values of a given section will be printed in the
32 format "OPTION = VALUE".
33 .B
34 .IP "\-V VALUE, \-\-value VALUE"
35 Configuration value to store in the given section under the given option.
36 Must only be given together with \-s and \-o options.
37 .B
38 .IP "\-c FILENAME,  \-\-config=FILENAME"
39 Use the configuration file FILENAME.
40 .B
41 .IP "\-h, \-\-help"
42 Print short help on options.
43 .B
44 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
45 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
46 .B
47 .IP "\-v, \-\-version"
48 Print GNUnet version number.
49
50
51 .SH BUGS
52 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>