summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-10-13 12:59:09 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-10-13 12:59:09 -0500
commita2363eefd17ceb8a98206c465ca11d2889f72756 (patch)
tree8503d1a1bb21787e8ef64a8f010257cf95ced309 /doc/man
parent0e1c82b46dc2b78e14c4e5c9c3a1b7f239c0c672 (diff)
parentd50d8c1c176f88073387121adc0c340540bc833c (diff)
downloadbcfg2-a2363eefd17ceb8a98206c465ca11d2889f72756.tar.gz
bcfg2-a2363eefd17ceb8a98206c465ca11d2889f72756.tar.bz2
bcfg2-a2363eefd17ceb8a98206c465ca11d2889f72756.zip
Merge pull request #199 from AlexanderS/fix-doc
Fix doc errors
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/bcfg2-server.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/bcfg2-server.txt b/doc/man/bcfg2-server.txt
index f85964ae7..33d0df6cf 100644
--- a/doc/man/bcfg2-server.txt
+++ b/doc/man/bcfg2-server.txt
@@ -22,18 +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 *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.
---no-fam-blocking Synonym for fam_blocking = False in bcfg2.conf
+-C configfile Specify alternate bcfg2.conf location.
+-D pidfile Daemonize, placing the program pid in *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.
+--no-fam-blocking Synonym for fam_blocking = False in bcfg2.conf
See Also
--------