[SabreTools, Feature] Minor output improvement

This commit is contained in:
Matt Nadareski
2017-02-02 16:42:56 -08:00
parent d5b6aee14d
commit be845686ca
2 changed files with 1 additions and 1 deletions

View File

@@ -317,7 +317,6 @@ namespace SabreTools.Helper.Help
// Finally, let's append all additional notes // Finally, let's append all additional notes
if (_additionalNotes != null && _additionalNotes.Count > 0) if (_additionalNotes != null && _additionalNotes.Count > 0)
{ {
outputList.Add("");
foreach (string note in _additionalNotes) foreach (string note in _additionalNotes)
{ {
outputList.Add(prespace + note); outputList.Add(prespace + note);

View File

@@ -311,6 +311,7 @@ namespace SabreTools
FeatureType.Flag, FeatureType.Flag,
new List<string>() new List<string>()
{ {
"",
"Archive scanning levels:", "Archive scanning levels:",
" 0 Hash archive and contents", " 0 Hash archive and contents",
" 1 Only hash contents", " 1 Only hash contents",