We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9745d5d commit 5220abfCopy full SHA for 5220abf
1 file changed
VisualPinball.MaterialPatcher/Program.cs
@@ -14,7 +14,7 @@ static void Main(string[] args)
14
// validate inputs
15
try {
16
if (args.Length != 3) {
17
- throw new ArgumentException("USAGE: vpe-apply-material <.mat file> <input file or folder> <output folder>");
+ throw new ArgumentException("USAGE: VisualPinball.MaterialPatcher.exe <.mat file> <input file or folder> <output folder>");
18
}
19
20
// material file
0 commit comments