Add more verbose requirement to CLI help

This commit is contained in:
Matt Nadareski
2024-08-16 14:44:03 -04:00
parent 126bae33a4
commit 426717102d
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
- Fix XGD3 SS ranges
- Fix config location in OptionsLoader
- Fix some CLI issues
- Add more verbose requirement to CLI help
### 3.2.1 (2024-08-05)

View File

@@ -171,6 +171,7 @@ namespace MPF.CLI
Console.WriteLine("Custom dumping parameters, if used, will fully replace the default parameters.");
Console.WriteLine("All dumping parameters need to be supplied if doing this.");
Console.WriteLine("Otherwise, both a drive path and output file path are required.");
Console.WriteLine();
}