2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

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

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

View File

@ -19,11 +19,11 @@ use strict;
#-----------------------------------------------------------------------------
=head1 dumpxCATdb
=head1 dumpxCATdb
dumpxCATdb -p <directory to place database dump>
dumpxCATdb -p <directory to place database dump>
See man page.
=cut
@ -135,7 +135,7 @@ exit $rc;
#-----------------------------------------------------------------------------
=head3 parse_args
Parses for input
=cut
@ -197,8 +197,8 @@ sub parse_args
#-----------------------------------------------------------------------------
=head3 DB2_bindump
=head3 DB2_bindump
Uses the DB2 Database supplied backup utility to backup the database
=cut
@ -271,8 +271,8 @@ sub DB2_bindump
#-----------------------------------------------------------------------------
=head3 PG_bindump
=head3 PG_bindump
Uses the PostgreSQL Database supplied backup utility to backup the database
=cut