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
|
// 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);
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user