diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 10b4f9241..c7480ebb1 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -823,7 +823,7 @@ auditlog => { audittime => 'The timestamp for the audit entry.', userid => 'The user running the command.', clientname => 'The client machine, where the command originated.', - clienttype => 'Type of command: cli, Java, Web.', + clienttype => 'Type of command: cli, java, webui.', command => 'Command executed.', noderange => 'The noderange on which the command was run.', args => 'The command argument list.',