Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/MSDIAL5/MsdialCoreTestApp/Process/MainProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static int argsError() {
<input folder> is the folder containing the files to be processed (required)
<output folder> is the folder to save results (required)
<method file> is a file holding processing properties (required)
<option -p> is an option to generate MTB file to be loaded in MSDIAL GUI application.";
<option -p> is an option to generate .mdproject file to be loaded in MSDIAL5 GUI application.";

Console.Error.WriteLine(error);

Expand All @@ -125,7 +125,7 @@ private static int argsError2() {
<input folder> is the folder containing the files to be processed (required)
<output folder> is the folder to save results (required)
<method file> is a file holding processing properties (required)
<option -p> is an option to generate MTB file to be loaded in MSDIAL GUI application.
<option -p> is an option to generate .mdproject file to be loaded in MSDIAL5 GUI application.
<option -target> is an option to run as target mode. please set m/z";

Console.Error.WriteLine(error);
Expand Down
Loading