diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-10-06 13:17:38 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-10-07 17:14:53 -0500 |
commit | 67db77cf233c41c03dd608fd5149ddffba2cbf57 (patch) | |
tree | 89877e204599ca65b842164b154bfb3a74af0dbb /man/bcfg2-build-reports.8 | |
parent | 69df7c9907fd99aa10f8e975a17b0114a2bfa33f (diff) | |
download | bcfg2-67db77cf233c41c03dd608fd5149ddffba2cbf57.tar.gz bcfg2-67db77cf233c41c03dd608fd5149ddffba2cbf57.tar.bz2 bcfg2-67db77cf233c41c03dd608fd5149ddffba2cbf57.zip |
Some options from the output added.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6090 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2-build-reports.8')
-rw-r--r-- | man/bcfg2-build-reports.8 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/bcfg2-build-reports.8 b/man/bcfg2-build-reports.8 index 9400ceaff..a14dea728 100644 --- a/man/bcfg2-build-reports.8 +++ b/man/bcfg2-build-reports.8 @@ -3,6 +3,7 @@ bcfg2-build-reports \- Generate state reports for Bcfg2 clients .SH SYNOPSIS .B bcfg2-build-reports +.I [-A] [-c] [-s] [-N] .SH DESCRIPTION .PP .B bcfg2-build-reports @@ -10,20 +11,28 @@ Build all client state reports. See the Bcfg2 manual for report setup information. .SH OPTIONS .PP +.B "\-A" +.RS +Displays all data. +.RE .B "\-c <configuration file>" .RS Specify an alternate report configuration path. The default is -repo/etc/reports-configuration.xml +repo/etc/reports-configuration.xml. .RE .B "\-h" .RS -Produce a help message +Produce a help message. .RE .B "\-s <statistics Path>" .RS Use an alternative path for the statistics file. The default is repo/etc/statistics.xml .RE +.B "\-N" +.RS +No pinging. +.RE .SH "SEE ALSO" .BR bcfg(1), .BR bcfg2-server(8) |