summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-13 18:04:21 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-13 18:04:21 +0200
commit21cc1f84e3b6d7c93d6d6cf94f28829f694864ea (patch)
tree45d4ff5a48a04b20ae972009562b16462f602d5e /doc/man
parent284afaf66f438bf0051937210ad8d058e49953dc (diff)
downloadbcfg2-21cc1f84e3b6d7c93d6d6cf94f28829f694864ea.tar.gz
bcfg2-21cc1f84e3b6d7c93d6d6cf94f28829f694864ea.tar.bz2
bcfg2-21cc1f84e3b6d7c93d6d6cf94f28829f694864ea.zip
doc: fix option list
There should be at least two spaces between the option and the description.
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
--------