update manpage for reventlog <-s>

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15506 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2013-03-14 07:31:26 +00:00
parent 0226f26fc6
commit 0062a95fed

View File

@ -4,7 +4,7 @@ B<reventlog> - retrieve or clear remote hardware event logs
=head1 B<Synopsis>
B<reventlog> I<noderange> {I<number-of-entries>|B<all>|B<clear>}
B<reventlog> I<noderange> {I<number-of-entries [-s]>|B<all [-s]>|B<clear>}
B<reventlog> [B<-h>|B<--help>|B<-v>|B<--version>]
@ -26,6 +26,10 @@ Retrieve the specified number of entries from the nodes' service processors.
Retrieve all entries.
=item B<-s>
To sort the entries from latest (always the last entry in event DB) to oldest (always the first entry in event DB). If B<number-of-entries> specified, the latest B<number-of-entries> events will be output in the order of latest to oldest.
=item B<clear>
Clear event logs.