summaryrefslogtreecommitdiffstats
path: root/doc/man/bcfg2-build-reports.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/bcfg2-build-reports.txt')
-rw-r--r--doc/man/bcfg2-build-reports.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/man/bcfg2-build-reports.txt b/doc/man/bcfg2-build-reports.txt
new file mode 100644
index 000000000..8d859fe26
--- /dev/null
+++ b/doc/man/bcfg2-build-reports.txt
@@ -0,0 +1,39 @@
+.. vim: ft=rst
+
+bcfg2-build-reports
+===================
+
+.. program:: bcfg2-build-reports
+
+Synopsis
+--------
+
+**bcfg2-build-reports** [*-A*] [*-c*] [*-s*]
+
+Description
+-----------
+
+:program:`bcfg2-build-reports` is used to build all client state
+reports. See the Bcfg2 manual for report setup information.
+
+Options
+-------
+
+-A
+ Displays all data.
+
+-c *configuration file*
+ Specify an alternate report configuration path. The default is
+ `repo/etc/reports-configuration.xml`.
+
+-h
+ Produce a help message.
+
+-s *statistics path*
+ Use an alternative path for the statistics file. The default is
+ `repo/etc/statistics.xml`.
+
+See Also
+--------
+
+:manpage:`bcfg2(1)`, :manpage:`bcfg2-server(8)`