aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-01 13:59:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-01 13:59:23 +0000
commit370ec6d2cd26fa31f134da67e2a6a9e0d8902d6f (patch)
tree4158092c13add351264bfd3f000d9f91b03c1630 /doc
parentbd048eb574eca410e76d81ee6dd1b214b6966e92 (diff)
downloadgnunet-370ec6d2cd26fa31f134da67e2a6a9e0d8902d6f.tar.gz
gnunet-370ec6d2cd26fa31f134da67e2a6a9e0d8902d6f.zip
-minor fixes to arm service list API (#2141)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-arm.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/gnunet-arm.1 b/doc/man/gnunet-arm.1
index 1bd44677d..86a748e2f 100644
--- a/doc/man/gnunet-arm.1
+++ b/doc/man/gnunet-arm.1
@@ -34,6 +34,9 @@ Stop the specified SERVICE if it is running. While this will kill the service r
34.IP "\-s, \-\-start" 34.IP "\-s, \-\-start"
35Start all GNUnet default services on this system (and also ARM). Naturally, if a service is demanded by a default service, it will then also be started. Running "gnunet-arm -s" is the usual way to start a GNUnet peer. 35Start all GNUnet default services on this system (and also ARM). Naturally, if a service is demanded by a default service, it will then also be started. Running "gnunet-arm -s" is the usual way to start a GNUnet peer.
36.B 36.B
37.IP "\-I, \-\-info"
38List all running services.
39.B
37.IP "\-v, \-\-version" 40.IP "\-v, \-\-version"
38Print GNUnet version number. 41Print GNUnet version number.
39 42