aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-config.143
2 files changed, 44 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 4a50dec55..34ea50d21 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,6 +1,7 @@
1man_MANS = \ 1man_MANS = \
2 gnunet-arm.1 \ 2 gnunet-arm.1 \
3 gnunet-auto-share.1 \ 3 gnunet-auto-share.1 \
4 gnunet-config.1 \
4 gnunet-core.1 \ 5 gnunet-core.1 \
5 gnunet-directory.1 \ 6 gnunet-directory.1 \
6 gnunet-download.1 \ 7 gnunet-download.1 \
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
new file mode 100644
index 000000000..3a7fa624b
--- /dev/null
+++ b/doc/man/gnunet-config.1
@@ -0,0 +1,43 @@
1.TH GNUNET\-CONFIG 1 "Jul 15, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-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"
17When accessing a specific option using \-s and \-o, perform expansions as if the value represents a filename.
18.B
19.IP "\-s SECTION, \-\-section=SECTION"
20Which configuration section should be accessed or edited. Required option.
21.B
22.IP "\-o OPTION, \-\-option=OPTION"
23Which 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".
24.B
25.IP "\-V VALUE, \-\-value VALUE"
26Configuration value to store in the given section under the given option. Must only be given together with \-s and \-o options.
27.B
28.IP "\-c FILENAME, \-\-config=FILENAME"
29Use the configuration file FILENAME.
30.B
31.IP "\-h, \-\-help"
32Print short help on options.
33.B
34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
36.B
37.IP "\-v, \-\-version"
38Print GNUnet version number.
39
40
41.SH BUGS
42Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43