From ffadb57ed135efb4da029d961e099449cc2547fa Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 23 Aug 2017 10:29:15 -0700 Subject: [PATCH] [SabreTools, README] Minor language update for clarity --- SabreTools.Library/README.1ST | 4 ++-- SabreTools/Partials/SabreTools.Help.cs | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SabreTools.Library/README.1ST b/SabreTools.Library/README.1ST index 674d3a2a..4150d64c 100644 --- a/SabreTools.Library/README.1ST +++ b/SabreTools.Library/README.1ST @@ -787,7 +787,7 @@ Options: -tsv, --tsv Output in Tab-Separated Value format Output all rom information in standardized TSV format - -ts, --type-split Split a DAT or folder by file types (rom/disk) + -ts, --type-split Split DAT(s) or folder by file types (rom/disk) For a DAT, or set of DATs, allow for splitting based on the types of the files, specifically if the type is a rom or a disk. @@ -795,7 +795,7 @@ Options: This sets an output folder to be used when the files are created. If a path is not defined, the application directory is used instead. - -ud, --update Update a DAT file + -ud, --update Update and manipulate DAT(s) This is the multitool part of the program, allowing for almost every manipulation to a DAT, or set of DATs. This is also a combination of many different programs that performed DAT manipulation that work better diff --git a/SabreTools/Partials/SabreTools.Help.cs b/SabreTools/Partials/SabreTools.Help.cs index a1ff6d57..df16a9fe 100644 --- a/SabreTools/Partials/SabreTools.Help.cs +++ b/SabreTools/Partials/SabreTools.Help.cs @@ -38,7 +38,7 @@ namespace SabreTools // Create the DATFromDir feature Feature datFromDir = new Feature( new List() { "-d", "--d2d", "--dfd" }, - "Create a DAT from an input directory", + "Create DAT(s) from an input directory", FeatureType.Flag, null); datFromDir.AddFeature("noMD5", new Feature( @@ -311,7 +311,7 @@ namespace SabreTools // Create the Extension Split feature Feature extSplit = new Feature( new List() { "-es", "--ext-split" }, - "Split a DAT by two file extensions", + "Split DAT(s) by two file extensions", FeatureType.Flag, null); extSplit.AddFeature("exta", new Feature( @@ -333,7 +333,7 @@ namespace SabreTools // Create the Hash Split feature Feature hashSplit = new Feature( new List() { "-hs", "--hash-split" }, - "Split a DAT or folder by best-available hashes", + "Split DAT(s) or folder by best-available hashes", FeatureType.Flag, null); hashSplit.AddFeature("out", new Feature( @@ -695,7 +695,7 @@ namespace SabreTools // Create the Type Split feature Feature typeSplit = new Feature( new List() { "-ts", "--type-split" }, - "Split a DAT or folder by file types (rom/disk)", + "Split DAT(s) or folder by file types (rom/disk)", FeatureType.Flag, null); typeSplit.AddFeature("out", new Feature( @@ -707,7 +707,7 @@ namespace SabreTools // Create the Update feature Feature update = new Feature( new List() { "-ud", "--update" }, - "Update a DAT file", + "Update and manipulate DAT file(s)", FeatureType.Flag, new List() {