mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Feature] Minor output improvement
This commit is contained in:
@@ -317,7 +317,6 @@ namespace SabreTools.Helper.Help
|
||||
// Finally, let's append all additional notes
|
||||
if (_additionalNotes != null && _additionalNotes.Count > 0)
|
||||
{
|
||||
outputList.Add("");
|
||||
foreach (string note in _additionalNotes)
|
||||
{
|
||||
outputList.Add(prespace + note);
|
||||
|
||||
@@ -311,6 +311,7 @@ namespace SabreTools
|
||||
FeatureType.Flag,
|
||||
new List<string>()
|
||||
{
|
||||
"",
|
||||
"Archive scanning levels:",
|
||||
" 0 Hash archive and contents",
|
||||
" 1 Only hash contents",
|
||||
|
||||
Reference in New Issue
Block a user