Add salt minion man page

This commit is contained in:
Thomas S Hatch 2011-04-01 22:10:01 -06:00
parent 6f2a34b3dc
commit d85dcabdd3

29
man/salt-minion.8 Normal file
View file

@ -0,0 +1,29 @@
.TH salt-minion 1 "April 2011" "salt-minion 0.7.0" "salt-minion Manual"
.SH NAME
salt-minion \- The salt minion daemon, recieves commands from a remote salt master.
.SH SYNOPSIS
.B salt-minion [ options ]
.SH DESCRIPTION
The salt minion recieves commands from the central salt master and replies with the results of said commands.
.SH OPTIONS
.TP
-h, --help
Print a usage message briefly summarizing these command-line options.
.TP
-d, --daemon
Run the salt minion as a daemon
.TP
-c CONFIG, --config=CONFIG
The minion configuration file to use, the default is /etc/salt/minion
.SH AUTHORS
Thomas S. Hatch <thatch@gmail.com>
.P
Joseph Hall <perlhoser@gmail.com>