summaryrefslogtreecommitdiffstats
path: root/doc/man/bcfg2-server.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-07 13:34:35 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-07 13:34:35 -0500
commita732f8499e1b21df4704d2d8b046c0c7dcc4f7a3 (patch)
tree638991e9865fcf2bfb7306384106dbbdb853d7c6 /doc/man/bcfg2-server.txt
parentbf74317fdb4940eded368d12ce4e4877f72e3a45 (diff)
downloadbcfg2-a732f8499e1b21df4704d2d8b046c0c7dcc4f7a3.tar.gz
bcfg2-a732f8499e1b21df4704d2d8b046c0c7dcc4f7a3.tar.bz2
bcfg2-a732f8499e1b21df4704d2d8b046c0c7dcc4f7a3.zip
doc: made format of man page option lists consistent
Diffstat (limited to 'doc/man/bcfg2-server.txt')
-rw-r--r--doc/man/bcfg2-server.txt36
1 files changed, 13 insertions, 23 deletions
diff --git a/doc/man/bcfg2-server.txt b/doc/man/bcfg2-server.txt
index dedc86549..d5945cad6 100644
--- a/doc/man/bcfg2-server.txt
+++ b/doc/man/bcfg2-server.txt
@@ -1,3 +1,4 @@
+.. -*- mode: rst -*-
.. vim: ft=rst
bcfg2-server
@@ -21,29 +22,18 @@ configurations to clients based on the data in its repository.
Options
-------
--C *configfile*
- Specify alternate bcfg2.conf location.
-
--D *pidfile*
- Daemonize, placing the program pid in the specified pidfile.
-
--E *encoding*
- Specify the encoding of config files (default is UTF-8).
-
--Q *repo path*
- Set repository path.
-
--S *https://server:port*
- Set server address.
-
--d
- Run :program:`bcfg2-server` in debug mode.
-
--v
- Run :program:`bcfg2-server` in verbose mode.
-
---ssl-key=\ *ssl key*
- Set path to SSL key.
+-C configfile Specify alternate bcfg2.conf location.
+-D pidfile Daemonize, placing the program pid in the specified
+ pidfile.
+-E encoding Specify the encoding of config files.
+-Q path Specify the path to the server repository.
+-S server Manually specify the server location (as opposed to
+ using the value in bcfg2.conf). This should be in
+ the format "https://server:port"
+-d Enable debugging output.
+-v Run in verbose mode.
+-h Print usage information.
+--ssl-key=key Specify the path to the SSL key.
See Also
--------