diff --git a/perl-xCAT/xCAT/Usage.pm b/perl-xCAT/xCAT/Usage.pm index c6d36ffad..17ca477ca 100644 --- a/perl-xCAT/xCAT/Usage.pm +++ b/perl-xCAT/xCAT/Usage.pm @@ -197,24 +197,43 @@ my %usage = ( [--devicetype] or updatenode [-V|--verbose] [-F|--sync] [-S|--sw] - [-P|--scripts [script1,script2,...]] [-s|--sn] [-c|--cmdlineonly] + [-P|--scripts [script1,script2,...]] [-s|--sn] + [-A|--updateallsw] [-c|--cmdlineonly] [-d alt_source_dir] [attr=val [attr=val...]] or updatenode [-V|--verbose] [script1,script2,...] - is a list of nodes or groups. - [-k|--security] update the security keys and certificates for the - target nodes - [-k|--security] [--user] [--devicetype] update the ssh keys for - specific device + +Options: + A list of nodes or groups. + + [-k|--security] Update the security keys and certificates for the + target nodes. + + [-k|--security] [--user] [--devicetype] Update the ssh keys for + specific device. + [-F|--sync] Perform File Syncing. + [-S|--sw] Perform Software Maintenance. + [-P|--scripts] Execute postscripts listed in the postscripts table or parameters. + [-c|--cmdlineonly] Only use AIX software maintenance information provided on the command line. (AIX only) + [-s|--sn] Set the server information stored on the nodes. + + [-A|--updateallsw] Install or update all software contained in the source + directory. (AIX only) + + [-d ] Used to indicate a source directory other than + the standard lpp_source directory specified in the xCAT osimage + definition. (AIX only) + [script1,script2,...] A comma separated list of postscript names. If omitted, all the post scripts defined for the nodes will be run. + [attr=val [attr=val...]] Specifies one or more 'attribute equals value' pairs, separated by spaces. (AIX only)",