diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-05-29 00:46:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-05-29 00:46:26 +0000 |
commit | 0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9 (patch) | |
tree | 6b552f40eb089db96409a312a98d9b12bd669102 /doc/man/gnunet-arm.1 |
ng
Diffstat (limited to 'doc/man/gnunet-arm.1')
-rw-r--r-- | doc/man/gnunet-arm.1 | 57 |
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 @@ +.TH GNUNET\-ARM 1 "Mar 7, 2009" "GNUnet" + +.SH NAME +gnunet\-arm \- control GNUnet services + +.SH SYNOPSIS +.B gnunet-arm +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the ARM service itself. + +.SH OPTIONS + +.TP +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. + +.TP +.IP "\-e, \-\-end" +Shutdown all GNUnet services (including ARM). + +.TP +.IP "\-h, \-\-help" +Print short help on options. + +.TP +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. + +.TP +.IP "\-i SERVICE, \-\-init=SERVICE" +Starts the specified SERVICE if it is not already running. + +.TP +.IP "\-k SERVICE, \-\-kill=SERVICE" +Stop the specified SERVICE if it is running. + +.TP +.IP "\-s, \-\-start" +Start all GNUnet default services on this system (including ARM). + +.TP +.IP "\-t SERVICE, \-\-test=SERVICE" +Report if the specified SERVICE is running. + +.TP +.IP "\-v, \-\-version" +Print GNUnet version number. + + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org> + +.SH SEE ALSO +gnunet\-service\-arm(1) |