[SabreTools, README.1ST] Fix documentation

This commit is contained in:
Matt Nadareski
2017-02-03 00:48:07 -08:00
parent c6a9e1bbe4
commit f8db7047c1
2 changed files with 2 additions and 2 deletions

View File

@@ -763,7 +763,7 @@ Options:
-q, --quotes Put double-quotes around each item -q, --quotes Put double-quotes around each item
This quotes only the item and not the prefix and postfix This quotes only the item and not the prefix and postfix
-ox, -output-xml Output in Logiqx XML format (default) -ox, -output-xml Output in Logiqx XML format
Add outputting the created DAT to Logiqx XML format Add outputting the created DAT to Logiqx XML format
-f=, --filename= Set the external name of the DAT -f=, --filename= Set the external name of the DAT

View File

@@ -793,7 +793,7 @@ namespace SabreTools
null)); null));
update.AddFeature("output-xml", new Feature( update.AddFeature("output-xml", new Feature(
new List<string>() { "-ox", "--output-xml" }, new List<string>() { "-ox", "--output-xml" },
"Output in Logiqx XML format [default]", "Output in Logiqx XML format",
FeatureType.Flag, FeatureType.Flag,
null)); null));
update.AddFeature("filename", new Feature( update.AddFeature("filename", new Feature(