Skip to content

Commit

Permalink
adjust usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
ctarn committed Jan 3, 2024
1 parent e712691 commit c4942df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static int Main(string[] args)
else if (args.Length == 3)
new RawData(args[1], args[2]).Run(args[0]);
else
Console.WriteLine("usage: ThermoRawRead [format: mes|msx] file out");
Console.WriteLine("usage: ThermoRawRead [format: mes|msx] input_path output_dir");
return 0;
}
}
Expand Down

0 comments on commit c4942df

Please sign in to comment.