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:
parent
f683826285
commit
850a7e65a2
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user