2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove trailing spaces in file xCAT-client/sbin/restorexCATdb

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent c392ebf258
commit f9fd4128a4

View File

@ -19,12 +19,12 @@ use strict;
#-----------------------------------------------------------------------------
=head1 restorexCATdb
=head1 restorexCATdb
restorexCATdb -p <directory containing db restore .csv files>
restorexCATdb -b -p <directory binary database backup>
restorexCATdb -p <directory containing db restore .csv files>
restorexCATdb -b -p <directory binary database backup>
=cut
@ -140,7 +140,7 @@ exit $rc;
#-----------------------------------------------------------------------------
=head3 parse_args
Parses for input
=cut
@ -259,8 +259,8 @@ sub DB2_binrestore
#-----------------------------------------------------------------------------
=head3 PG_binrestore
=head3 PG_binrestore
Uses the PostgreSQL Database supplied backup utility to restore the database
=cut