aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-config.1')
-rw-r--r--doc/man/gnunet-config.110
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index d309e7fa0..74839ee0e 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -14,7 +14,8 @@ gnunet\-config \- manipulate GNUnet configuration files
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
16.IP "\-f, \-\-filename" 16.IP "\-f, \-\-filename"
17When accessing a specific option using \-s and \-o, perform expansions as if the value represents a filename. 17When accessing a specific option using \-s and \-o, perform expansions as if the
18value represents a filename.
18.B 19.B
19.IP "\-s SECTION, \-\-section=SECTION" 20.IP "\-s SECTION, \-\-section=SECTION"
20Which configuration section should be accessed or edited. Required option. 21Which configuration section should be accessed or edited. Required option.
@@ -26,10 +27,13 @@ List available configuration sections for use with \-\-section.
26Consider differences to defaults only. 27Consider differences to defaults only.
27.B 28.B
28.IP "\-o OPTION, \-\-option=OPTION" 29.IP "\-o OPTION, \-\-option=OPTION"
29Which 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". 30Which configuration option should be accessed or edited. Required to set a value.
31If not given, all values of a given section will be printed in the
32format "OPTION = VALUE".
30.B 33.B
31.IP "\-V VALUE, \-\-value VALUE" 34.IP "\-V VALUE, \-\-value VALUE"
32Configuration value to store in the given section under the given option. Must only be given together with \-s and \-o options. 35Configuration value to store in the given section under the given option.
36Must only be given together with \-s and \-o options.
33.B 37.B
34.IP "\-c FILENAME, \-\-config=FILENAME" 38.IP "\-c FILENAME, \-\-config=FILENAME"
35Use the configuration file FILENAME. 39Use the configuration file FILENAME.