Skip to content

Commit 7ae722b

Browse files
'Mysqldump' and 'Tar' config documentation, added option 'showStdErr'
1 parent a637b0b commit 7ae722b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/config/source/mysqldump.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<source type="mysqldump">
3+
<!-- optional, default=false -->
4+
<option name="showStdErr" value="true" />
5+
36
<!-- optional, default=localhost -->
47
<option name="host" value="myhost" />
58

doc/config/source/tar.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
<source type="tar">
33
<!-- mandatory -->
44
<option name="path" value="src" />
5+
6+
<!-- optional, default=false -->
7+
<option name="showStdErr" value="true" />
58
</source>

0 commit comments

Comments
 (0)