From c125798035939a0f6410bb5b57eeccf849739658 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 12 Mar 2010 22:40:15 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man8/makehosts.8.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man8/makehosts.8.pod b/xCAT-client/pods/man8/makehosts.8.pod index 090d7777c..28a33f202 100644 --- a/xCAT-client/pods/man8/makehosts.8.pod +++ b/xCAT-client/pods/man8/makehosts.8.pod @@ -4,7 +4,7 @@ B - sets up /etc/hosts from the xCAT hosts table. =head1 SYNOPSIS -B [B<-n>] [I] [B<-l>|B<--longnamefirst>] +B [B<-n>] [I] [B<-l>|B<--longnamefirst>] [B<-d>] B {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