mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, README.1ST] Fix documentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user