Added -d to the makehosts man page

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5465 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-03-12 22:40:15 +00:00
parent 48ef2b286d
commit c125798035

View File

@ -4,7 +4,7 @@ B<makehosts> - sets up /etc/hosts from the xCAT hosts table.
=head1 SYNOPSIS
B<makehosts> [B<-n>] [I<noderange>] [B<-l>|B<--longnamefirst>]
B<makehosts> [B<-n>] [I<noderange>] [B<-l>|B<--longnamefirst>] [B<-d>]
B<makehosts> {B<-h>|B<--help>}
@ -28,6 +28,10 @@ it will only replace the lines in the file that correspond to the nodes in the s
The long name of the host will appear before the short name for each host in the /etc/hosts file.
The default is short name first.
=item B<-d>
Delete rather than create records.
=back
=head1 EXAMPLES