diff --git a/xCAT-client/pods/man1/psh.1.pod b/xCAT-client/pods/man1/psh.1.pod index c42ac2dad..3470fccda 100644 --- a/xCAT-client/pods/man1/psh.1.pod +++ b/xCAT-client/pods/man1/psh.1.pod @@ -4,7 +4,7 @@ psh - parallel remote shell =head1 B -B [B<-i> I] [B<-f> I] [B<-l> I] I I +B [B<-i> I] [B<-f> I] [B<-l> I] [B<--nonodecheck>] I I B {B<-h>|B<--help>|B<-v>|B<--version>} @@ -42,6 +42,12 @@ rently executing remote shell processes. Log into the nodes as the specified username. The default is to use the same username as you are running the psh command as. +=item B<--nonodecheck> + +Do not contact the xCAT daemon to resolve the given noderange to a list of node names. When +using this option, the noderange you specify must be a comma-separated list of hostnames. This +allows you to run psh without xcatd or the xCAT-server package installed. + =item B See L.