aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-config.1
blob: d309e7fa0547c49df54a3c31bad3fd9b11532ab7 (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
.TH GNUNET\-CONFIG 1 "Jul 15, 2012" "GNUnet"

.SH NAME
gnunet\-config \- manipulate GNUnet configuration files

.SH SYNOPSIS
.B gnunet\-config
.RI [ options ]
.br

.SH DESCRIPTION
\fBgnunet\-config\fP can be used to read or modify GNUnet configuration files.

.SH OPTIONS
.B
.IP "\-f, \-\-filename"
When accessing a specific option using \-s and \-o, perform expansions as if the value represents a filename.
.B
.IP "\-s SECTION, \-\-section=SECTION"
Which configuration section should be accessed or edited. Required option.
.B
.IP "\-S, \-\-list\-sections"
List available configuration sections for use with \-\-section.
.B
.IP "\-W, \-\-rewrite"
Consider differences to defaults only.
.B
.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".
.B
.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.
.B
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration file FILENAME.
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
.B
.IP "\-v, \-\-version"
Print GNUnet version number.


.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>