From 165f06cebaf7dd77e99d3d9accf079f131d2f8cb Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 28 Aug 2020 21:52:27 -0700 Subject: [PATCH] Update help with new value sets --- SabreTools.Library/README.1ST | 8 ++++---- SabreTools/Features/BaseFeature.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SabreTools.Library/README.1ST b/SabreTools.Library/README.1ST index 81729d98..3f3d6e67 100644 --- a/SabreTools.Library/README.1ST +++ b/SabreTools.Library/README.1ST @@ -341,7 +341,7 @@ Options: -fm=, --forcemerging= Set force merging Set the forcemerging tag to the given value. - Possible values are: None, Split, Merged, Nonmerged, Full + Possible values are: None, Split, Device, Merged, Nonmerged, Full -fn=, --forcenodump= Set force nodump Set the forcenodump tag to the given value. @@ -349,7 +349,7 @@ Options: -fp=, --forcepacking= Set force packing Set the forcepacking tag to the given value. - Possible values are: None, Zip, Unzip + Possible values are: None, Zip, Unzip, Partial, Flat -ef=, --exclude-field= Exclude a game/rom field from outputs Exclude any valid item or machine field from outputs. Examples @@ -1109,7 +1109,7 @@ Options: -fm=, --forcemerging= Set force merging Set the forcemerging tag to the given value. - Possible values are: None, Split, Merged, Nonmerged, Full + Possible values are: None, Split, Device, Merged, Nonmerged, Full -fn=, --forcenodump= Set force nodump Set the forcenodump tag to the given value. @@ -1117,7 +1117,7 @@ Options: -fp=, --forcepacking= Set force packing Set the forcepacking tag to the given value. - Possible values are: None, Zip, Unzip + Possible values are: None, Zip, Unzip, Partial, Flat -ef=, --exclude-field= Exclude a game/rom field from outputs Exclude any valid item or machine field from outputs. Examples diff --git a/SabreTools/Features/BaseFeature.cs b/SabreTools/Features/BaseFeature.cs index 43480833..8843dabc 100644 --- a/SabreTools/Features/BaseFeature.cs +++ b/SabreTools/Features/BaseFeature.cs @@ -2032,7 +2032,7 @@ Possible values are: None, Good, BadDump, Nodump, Verified"); "Set force merging", FeatureType.String, longDescription: @"Set the forcemerging tag to the given value. -Possible values are: None, Split, Merged, Nonmerged, Full"); +Possible values are: None, Split, Device, Merged, Nonmerged, Full"); } } @@ -2062,7 +2062,7 @@ Possible values are: None, Obsolete, Required, Ignore"); "Set force packing", FeatureType.String, longDescription: @"Set the forcepacking tag to the given value. -Possible values are: None, Zip, Unzip"); +Possible values are: None, Zip, Unzip, Partial, Flat"); } }