From: Chris B. <buc...@us...> - 2013-03-14 19:07:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 0ceee64c934e907609205af5049afbf67ebd26cd (commit) from b20288c2bafa04403eed42319cbf348032e167d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0ceee64c934e907609205af5049afbf67ebd26cd Author: buccella <buc...@li...> Date: Thu Mar 14 15:06:12 2013 -0400 [sfcb-tix:#19] Update q and Q options for sfcbmof ----------------------------------------------------------------------- Summary of changes: man/sfcbrepos.1.pre.in | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/man/sfcbrepos.1.pre.in b/man/sfcbrepos.1.pre.in index adbf763..aa910c2 100644 --- a/man/sfcbrepos.1.pre.in +++ b/man/sfcbrepos.1.pre.in @@ -46,17 +46,19 @@ rebuild the new sfcb repository without prompting. Do \fInot\fR migrate instances from previous repository .TP \fB\-b\fR \fIbackendopts\fR -Set special backend options for sfcbmof. Valid options are: \fBP32\fR - compile -for PowerPC target; \fBQ\fR - skip qualifiers in output file; \fBq\fR - skip -Description, ValueMap, and Values qualifiers in output file. Note: eliminating -qualifiers will often significantly reduce the size of the class repository. +Set special backend options for sfcbmof. Valid options are: \fIP32\fR - compile +for PowerPC target; \fIQ\fR - skip all string qualifiers in output file; \fIq\fR - skip +selected qualifiers (ArrayType, Deprecated, Description, MappingString, PUnit, UmlPackagePath, Units, +Version, ValueMap, and Values) in output file. +Note: eliminating qualifiers will often significantly reduce the size of the class repository. .TP \fB\-X\fR \fIplatform\fR Alias of \fB-b\fR .TP \fB\-t\fR \fIformat\fR The format for the class repository. \fIsf\fR for reduced-size repositories read by -ClassProviderSf. Default is \fIauto\fR, which will auto-detect based on the contents of the +ClassProviderSf. \fIstd\fR for standard repositories read by either ClassProviderSf or ClassProviderGz. +Default is \fIauto\fR, which will auto-detect based on the contents of the \fIproviderRegister\fR file. .TP \fB\-h\fR hooks/post-receive -- sfcb - Small Footprint CIM Broker |