aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-config.1
blob: 8eca8de10660065d611f95dce30beec22f6a9a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH GNUNET-CONFIG 1 "July 15, 2012" "GNUnet"
.SH NAME
gnunet\-config \- manipulate GNUnet configuration files
.SH SYNOPSIS
.B gnunet\-config
.RI [ options ]
.SH DESCRIPTION
\fBgnunet\-config\fP can be used to read or modify GNUnet configuration files.
.SH OPTIONS
.IP "\-f, \-\-filename"
Try to perform expansions as if the option values represent filenames (will
also be applied even if the option is not really a filename).
.IP "\-s SECTION, \-\-section=SECTION"
Which configuration section should be accessed or edited. Required option.
.IP "\-S, \-\-list\-sections"
List available configuration sections for use with \-\-section.
.IP "\-W, \-\-rewrite"
Consider differences to defaults only.
.IP "\-o OPTION, \-\-option=OPTION"
Which configuration option should be accessed or edited.  Required to set a value.
If not given, all values of a given section will be printed in the
format "OPTION = VALUE".
.IP "\-V VALUE, \-\-value VALUE"
Configuration value to store in the given section under the given option.
Must only be given together with \-s and \-o options.
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration file FILENAME.
.IP "\-h, \-\-help"
Print short help on options.
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
.IP "\-v, \-\-version"
Print GNUnet version number.
.SH BUGS
Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
electronic mail to <gnunet\-developers@gnu.org>
.SH SEE ALSO
The full documentation for
.B gnunet
is maintained as a Texinfo manual.
If the
.B info
and
.B gnunet
programs are properly installed at your site, the command
.IP
.B info gnunet
.PP
should give you access to the complete handbook,
.IP
.B info gnunet-c-tutorial
.PP
will give you access to a tutorial for developers.
.PP
Depending on your installation, this information is also
available in
\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).