2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

Fix .pod error that broke the build

This commit is contained in:
Mark Gurevich 2017-03-14 11:27:56 -04:00
parent f683826285
commit 850a7e65a2
3 changed files with 33 additions and 28 deletions

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
docs/build
# Ignore the temporary file for creating the Release version
Release.save*
# ignore the old generated man pages and html pages
xCAT-client/share/man
xCAT-client/share/doc

View File

@ -56,47 +56,47 @@ OPTIONS
\ **-f|-**\ **-force**\
Use this with the \ **-**\ **-all**\ option as an extra indicator that ALL definitions are to be removed.
\ **-f|-**\ **-force**\
Use this with the \ **-**\ **-all**\ option as an extra indicator that ALL definitions are to be removed.
\ **-h|-**\ **-help**\
Display a usage message.
\ **-h|-**\ **-help**\
Display a usage message.
\ *noderange*\
A set of comma delimited node names and/or group names. See the "noderange" man page for details on supported formats.
\ *noderange*\
A set of comma delimited node names and/or group names. See the "noderange" man page for details on supported formats.
\ **-o**\ \ *object-names*\
A set of comma delimited object names.
\ **-o**\ \ *object-names*\
A set of comma delimited object names.
\ **-t**\ \ *object-types*\
A set of comma delimited object types.
\ **-t**\ \ *object-types*\
A set of comma delimited object types.
\ **-C|-**\ **-cleanup**\
Perform additional cleanup by running \ **nodeset offline**\ on the objects specified in the \ *noderange*\ .
\ **-C|-**\ **-cleanup**\
Perform additional cleanup by running \ **nodeset offline**\ on the objects specified in the \ *noderange*\ .
\ **-V|-**\ **-verbose**\
Verbose mode.
\ **-V|-**\ **-verbose**\
Verbose mode.

View File

@ -34,6 +34,8 @@ or
=item 2. Run B<xcatconfig -d> which initializes the database the same as when xCAT was installed.
=back
=item B<-f|--force>
Use this with the B<--all> option as an extra indicator that ALL definitions are to be removed.