aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-02-26 11:02:10 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-02-26 11:02:10 +0100
commit3d1f1f49d41855f23a4943c83dd7cfec7c0c2f34 (patch)
tree66516016ce3b6077e87c644ccf766364daa8d04c /doc
parent6a5b821f68b595dd6bd3355c417a12abff137b41 (diff)
downloadgnunet-3d1f1f49d41855f23a4943c83dd7cfec7c0c2f34.tar.gz
gnunet-3d1f1f49d41855f23a4943c83dd7cfec7c0c2f34.zip
CORE: Improve information provided through CLI
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-core.16
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/gnunet-core.1 b/doc/man/gnunet-core.1
index 745a666b8..921f2ead6 100644
--- a/doc/man/gnunet-core.1
+++ b/doc/man/gnunet-core.1
@@ -39,8 +39,6 @@
39.Nm 39.Nm
40is a tool to access various functions of GNUnet's core subsystem 40is a tool to access various functions of GNUnet's core subsystem
41from the command-line. 41from the command-line.
42The only function right now is to monitor the status of peers
43known to the CORE service.
44.Bl -tag -width indent 42.Bl -tag -width indent
45.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME 43.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
46Configuration file to use. 44Configuration file to use.
@@ -52,6 +50,10 @@ Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
52.It Fl m | -monitor 50.It Fl m | -monitor
53In monitor mode, gnunet-core will continuously print the connection status, 51In monitor mode, gnunet-core will continuously print the connection status,
54instead of giving just a snapshot. 52instead of giving just a snapshot.
53.It Fl i | -show-identity
54Output current local peer identity.
55.It Fl s | -connection-status
56Show current peer connection status.
55.It Fl v | -version 57.It Fl v | -version
56Print the version number. 58Print the version number.
57.It Fl V | -verbose 59.It Fl V | -verbose