From 4a2d95ad0a517eb579977bdde266e769cb0c67e7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 17 Feb 2021 16:51:23 -0800 Subject: [PATCH] Update description a little --- SabreTools.Core/README.1ST | 3 ++- SabreTools/Features/BaseFeature.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SabreTools.Core/README.1ST b/SabreTools.Core/README.1ST index 3e835f13..fb6a572c 100644 --- a/SabreTools.Core/README.1ST +++ b/SabreTools.Core/README.1ST @@ -728,7 +728,8 @@ Features and Options: -cs=, --chunk-size= Set a chunk size to output Set the total game size to cut off at for each chunked DAT. It is recommended to use a sufficiently large size such as 1GB or else - you may run into issues. + you may run into issues, especially if a single game could be + larger than the size provided. -ts, --type 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 diff --git a/SabreTools/Features/BaseFeature.cs b/SabreTools/Features/BaseFeature.cs index 33bf0695..d206f82c 100644 --- a/SabreTools/Features/BaseFeature.cs +++ b/SabreTools/Features/BaseFeature.cs @@ -1197,7 +1197,7 @@ namespace SabreTools.Features new List() { "-cs", "--chunk-size" }, "Set a chunk size to output", ParameterType.Int64, - longDescription: "Set the total game size to cut off at for each chunked DAT. It is recommended to use a sufficiently large size such as 1GB or else you may run into issues."); + longDescription: "Set the total game size to cut off at for each chunked DAT. It is recommended to use a sufficiently large size such as 1GB or else you may run into issues, especially if a single game could be larger than the size provided."); } }