From 46ae49f79f445e451b47da884a1c7ea0d0be57a1 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 23 Jun 2008 16:47:49 +0000 Subject: [PATCH] Added "-f" flag to getmacs (force LPAR shutdown) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/getmacs.1.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/getmacs.1.pod b/xCAT-client/pods/man1/getmacs.1.pod index b7b516f43..8491fdb68 100644 --- a/xCAT-client/pods/man1/getmacs.1.pod +++ b/xCAT-client/pods/man1/getmacs.1.pod @@ -8,7 +8,7 @@ I I -I [-d][-S server -G gateway -C client] +I [-f][-d][-S server -G gateway -C client] =head1 DESCRIPTION @@ -22,6 +22,8 @@ B<-C> IP address of the partition. B<-d> Display MAC only. The default is to write the first adapter MAC to the xCAT database. +B<-f> Force immediate shutdown of the partition. + B<-G> Gateway IP address of the partition specified with the -C option. B<-h> Display usage message.