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.148
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index 95dc98811..e5babce2d 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -30,47 +30,47 @@
30manipulate GNUnet configuration files 30manipulate GNUnet configuration files
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl b Ar BACKEND | Fl \-supported-backend= Ns Ar BACKEND 33.Op Fl b Ar BACKEND | Fl -supported-backend= Ns Ar BACKEND
34.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 34.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
35.Op Fl f | \-filename 35.Op Fl f | -filename
36.Op Fl h | \-help 36.Op Fl h | -help
37.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 37.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
38.Op Fl o Ar OPTION | Fl \-option= Ns Ar OPTION 38.Op Fl o Ar OPTION | Fl -option= Ns Ar OPTION
39.Op Fl S |\-list-sections 39.Op Fl S |-list-sections
40.Op Fl s Ar SECTION | Fl \-section= Ns Ar SECTION 40.Op Fl s Ar SECTION | Fl -section= Ns Ar SECTION
41.Op Fl V Ar VALUE | Fl \-value Ar VALUE 41.Op Fl V Ar VALUE | Fl -value Ar VALUE
42.Op Fl v | \-version 42.Op Fl v | -version
43.Op Fl W | \-rewrite 43.Op Fl W | -rewrite
44.Sh DESCRIPTION 44.Sh DESCRIPTION
45.Nm 45.Nm
46can be used to read or modify GNUnet configuration files. 46can be used to read or modify GNUnet configuration files.
47.Bl -tag -width indent 47.Bl -tag -width indent
48.It Fl b Ar BACKEND | Fl \-supported-backend= Ns Ar BACKEND 48.It Fl b Ar BACKEND | Fl -supported-backend= Ns Ar BACKEND
49Tests whether the specified BACKEND is supported by the current installation. The backend must match the name of a plugin, i.e. "namestore_postgres" for the Postgres database backend of the "NAMESTORE" service. If the BACKEND is supported, gnunet-config will return a status code of 0 (success), otherwise 77 (unsupported). When this option is specified, no other options may be specified. Specifying this option together with other options will cause gnunet-config to return a status code of 1 (error). 49Tests whether the specified BACKEND is supported by the current installation. The backend must match the name of a plugin, i.e. "namestore_postgres" for the Postgres database backend of the "NAMESTORE" service. If the BACKEND is supported, gnunet-config will return a status code of 0 (success), otherwise 77 (unsupported). When this option is specified, no other options may be specified. Specifying this option together with other options will cause gnunet-config to return a status code of 1 (error).
50.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 50.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
51Use the configuration file FILENAME. 51Use the configuration file FILENAME.
52.It Fl f | \-filename 52.It Fl f | -filename
53Try to perform expansions as if the option values represent filenames (will also be applied even if the option is not really a filename). 53Try to perform expansions as if the option values represent filenames (will also be applied even if the option is not really a filename).
54.It Fl h | \-help 54.It Fl h | -help
55Print short help on options. 55Print short help on options.
56.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 56.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
57Use LOGLEVEL for logging. 57Use LOGLEVEL for logging.
58Valid values are DEBUG, INFO, WARNING and ERROR. 58Valid values are DEBUG, INFO, WARNING and ERROR.
59.It Fl o Ar OPTION | Fl \-option= Ns Ar OPTION 59.It Fl o Ar OPTION | Fl -option= Ns Ar OPTION
60Which configuration option should be accessed or edited. 60Which configuration option should be accessed or edited.
61Required to set a value. 61Required to set a value.
62If not given, all values of a given section will be printed in the format "OPTION = VALUE". 62If not given, all values of a given section will be printed in the format "OPTION = VALUE".
63.It Fl S |\-list-sections 63.It Fl S |-list-sections
64List available configuration sections for use with \-\-section. 64List available configuration sections for use with --section.
65.It Fl s Ar SECTION | Fl \-section= Ns Ar SECTION 65.It Fl s Ar SECTION | Fl -section= Ns Ar SECTION
66Which configuration section should be accessed or edited. 66Which configuration section should be accessed or edited.
67Required option. 67Required option.
68.It Fl V Ar VALUE | Fl \-value Ar VALUE 68.It Fl V Ar VALUE | Fl -value Ar VALUE
69Configuration value to store in the given section under the given option. 69Configuration value to store in the given section under the given option.
70Must only be given together with \-s and \-o options. 70Must only be given together with -s and -o options.
71.It Fl v | \-version 71.It Fl v | -version
72Print GNUnet version number. 72Print GNUnet version number.
73.It Fl W | \-rewrite 73.It Fl W | -rewrite
74Consider differences to defaults only. 74Consider differences to defaults only.
75.El 75.El
76.Sh SEE ALSO 76.Sh SEE ALSO