Skip to content

Commit 5220abf

Browse files
committed
mp: Fix usage message.
1 parent 9745d5d commit 5220abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VisualPinball.MaterialPatcher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static void Main(string[] args)
1414
// validate inputs
1515
try {
1616
if (args.Length != 3) {
17-
throw new ArgumentException("USAGE: vpe-apply-material <.mat file> <input file or folder> <output folder>");
17+
throw new ArgumentException("USAGE: VisualPinball.MaterialPatcher.exe <.mat file> <input file or folder> <output folder>");
1818
}
1919

2020
// material file

0 commit comments

Comments
 (0)