aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-arm.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 00:46:26 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 00:46:26 +0000
commit0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9 (patch)
tree6b552f40eb089db96409a312a98d9b12bd669102 /doc/man/gnunet-arm.1
downloadgnunet-0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9.tar.gz
gnunet-0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9.zip
ng
Diffstat (limited to 'doc/man/gnunet-arm.1')
-rw-r--r--doc/man/gnunet-arm.157
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/man/gnunet-arm.1 b/doc/man/gnunet-arm.1
new file mode 100644
index 000000000..e440479c3
--- /dev/null
+++ b/doc/man/gnunet-arm.1
@@ -0,0 +1,57 @@
1.TH GNUNET\-ARM 1 "Mar 7, 2009" "GNUnet"
2
3.SH NAME
4gnunet\-arm \- control GNUnet services
5
6.SH SYNOPSIS
7.B gnunet-arm
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the ARM service itself.
13
14.SH OPTIONS
15
16.TP
17.IP "\-c FILENAME, \-\-config=FILENAME"
18Use the configuration file FILENAME.
19
20.TP
21.IP "\-e, \-\-end"
22Shutdown all GNUnet services (including ARM).
23
24.TP
25.IP "\-h, \-\-help"
26Print short help on options.
27
28.TP
29.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
30Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
31
32.TP
33.IP "\-i SERVICE, \-\-init=SERVICE"
34Starts the specified SERVICE if it is not already running.
35
36.TP
37.IP "\-k SERVICE, \-\-kill=SERVICE"
38Stop the specified SERVICE if it is running.
39
40.TP
41.IP "\-s, \-\-start"
42Start all GNUnet default services on this system (including ARM).
43
44.TP
45.IP "\-t SERVICE, \-\-test=SERVICE"
46Report if the specified SERVICE is running.
47
48.TP
49.IP "\-v, \-\-version"
50Print GNUnet version number.
51
52
53.SH BUGS
54Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
55
56.SH SEE ALSO
57gnunet\-service\-arm(1)