Skip to content

Commit 1d01166

Browse files
committed
docs: update README for XMLDiff and XMLPatch version changes, add log append option, and fix typos
1 parent 3ccb99f commit 1d01166

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Also, you can use appropriate tool to patch XML files with diff files, this acti
88
## Important note
99

1010
It is highly recommended to use the `diff.xsd` file to validate the diff XML files. It is especially important when you creating them by `XMLDiff.exe`.
11+
If the `diff.xsd` file if it located in the "current" folder it will be used automatically. If you want to use another `diff.xsd` file, you can specify it with the `-x` option.
1112

1213
## How to use
1314

@@ -24,7 +25,7 @@ It is highly recommended to use the `diff.xsd` file to validate the diff XML fil
2425
There is a command line help for the `XMLDiff` tool:
2526

2627
```shell
27-
XMLDiff 0.2.13
28+
XMLDiff 0.2.15
2829
Developed by Chem O`Dun
2930
3031
-o, --original_xml Required. Path to the original XML file or directory.
@@ -37,6 +38,8 @@ Developed by Chem O`Dun
3738
3839
-l, --log-to-file (Default: false) Log to a file.
3940
41+
-a, --append-to-log (Default: false) Append logs to the existing log file.
42+
4043
--only-full-path (Default: false) Generate only full path.
4144
4245
--use-all-attributes (Default: false) Use all attributes in XPath.
@@ -134,7 +137,7 @@ Example:
134137
There is a command line help for the `XMLPatch` tool:
135138

136139
```shell
137-
XMLPatch 0.2.13
140+
XMLPatch 0.2.15
138141
Developed by Chem O`Dun
139142

140143
-o, --original_xml Required. Path to the original XML file or directory.
@@ -147,6 +150,8 @@ Developed by Chem O`Dun
147150

148151
-l, --log-to-file (Default: false) Log to a file.
149152

153+
-a, --append-to-log (Default: false) Append logs to the existing log file.
154+
150155
--help Display this help screen.
151156

152157
--version Display version information.
@@ -242,8 +247,8 @@ There is a MIT license for this tool. You can find it in the [LICENSE](LICENSE)
242247

243248
## Additional links
244249

245-
There is a topic on the [Egosoft forum](https://forum.egosoft.com/viewtopic.php?t=468623), related to this toolset.
250+
There is a topic on the [EGOSOFT forum](https://forum.egosoft.com/viewtopic.php?t=468623), related to this toolset.
246251

247252
## Antivirus scanning
248253

249-
Please be aware - each release archive has an appropriate ling to the [VirusTotal](https://www.virustotal.com). Follow the link to be sure that the archive is safe.
254+
Please be aware - each release archive has an appropriate link to the [VirusTotal](https://www.virustotal.com). Follow the link to be sure that the archive is safe.

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"advancedelectronics",
1010
"assignedcontrolled",
1111
"defaultorder",
12+
"EGOSOFT",
1213
"energycells",
1314
"factoryname",
1415
"hightech",

0 commit comments

Comments
 (0)