aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 15:08:16 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 15:08:16 +0200
commit3a995fce417f184fa8633af5f55b8e0eb06d84be (patch)
tree6c2f7b1e083521bc46e3cf8d16eaf3e21076ea3e /doc
parent6a96e5fb0b33c1c9f236e84d8c1425f40eea7cc4 (diff)
downloadgnunet-3a995fce417f184fa8633af5f55b8e0eb06d84be.tar.gz
gnunet-3a995fce417f184fa8633af5f55b8e0eb06d84be.zip
fix gnunet-config: do not always write configuration file
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-config.111
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index 3d243af89..03f180c29 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -1,5 +1,5 @@
1.\" This file is part of GNUnet. 1.\" This file is part of GNUnet.
2.\" Copyright (C) 2001-2019 GNUnet e.V. 2.\" Copyright (C) 2001-2021 GNUnet e.V.
3.\" 3.\"
4.\" Permission is granted to copy, distribute and/or modify this document 4.\" Permission is granted to copy, distribute and/or modify this document
5.\" under the terms of the GNU Free Documentation License, Version 1.3 or 5.\" under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -39,7 +39,8 @@
39.Op Fl s Ar SECTION | Fl -section= Ns Ar SECTION 39.Op Fl s Ar SECTION | Fl -section= Ns Ar SECTION
40.Op Fl V Ar VALUE | Fl -value Ar VALUE 40.Op Fl V Ar VALUE | Fl -value Ar VALUE
41.Op Fl v | -version 41.Op Fl v | -version
42.Op Fl w | -rewrite 42.Op Fl r | -rewrite
43.Op Fl F | -full
43.Sh DESCRIPTION 44.Sh DESCRIPTION
44.Nm 45.Nm
45can be used to read or modify GNUnet configuration files. 46can be used to read or modify GNUnet configuration files.
@@ -69,8 +70,10 @@ Configuration value to store in the given section under the given option.
69Must only be given together with -s and -o options. 70Must only be given together with -s and -o options.
70.It Fl v | -version 71.It Fl v | -version
71Print GNUnet version number. 72Print GNUnet version number.
72.It Fl w | -rewrite 73.It Fl r | -rewrite
73Write to file the full configuration, including default values, instead of just the differences. 74Write the configuration to file, even if it did not change.
75.It Fl F | -full
76Write the full configuration, not just the deltas to the defaults.
74.El 77.El
75.Sh SEE ALSO 78.Sh SEE ALSO
76The full documentation for gnunet is maintained as a Texinfo manual. 79The full documentation for gnunet is maintained as a Texinfo manual.