Skip to content

Commit 9f84c58

Browse files
committed
Update readme, fix typos
1 parent 47d6a8c commit 9f84c58

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

MainClass.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ private static void RegularParametersParsing(string[] args)
413413
},
414414
{
415415
"a|allDetectors",
416-
"Extract additonal detector data: UV/PDA etc",
416+
"Extract additional detector data: UV/PDA etc",
417417
v => parseInput.AllDetectors = v != null
418418
},
419419
{
@@ -426,12 +426,12 @@ private static void RegularParametersParsing(string[] args)
426426
},
427427
{
428428
"L=|msLevel=",
429-
"MS Levels (i.e. MS1, MS2 etc) to include in the output, should be comma separated list of integers ( 1,2,3 ) or intervals ( 1-3 ), open end intervals ( 1- ) are allowed",
429+
"Select MS levels (MS1, MS2, etc) included in the output, should be a comma-separated list of integers ( 1,2,3 ) and/or intervals ( 1-3 ), open-end intervals ( 1- ) are allowed",
430430
v => parseInput.MsLevel = ParseMsLevel(v)
431431
},
432432
{
433433
"P|mgfPrecursor",
434-
"Write precursor scan in MGF file",
434+
"Include precursor scan number in MGF file TITLE",
435435
v => parseInput.MGFPrecursor = v != null
436436
},
437437
{

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
7676
verbose.
7777
-e, --ignoreInstrumentErrors
7878
Ignore missing properties by the instrument.
79+
-L, --msLevel=VALUE Select MS levels (MS1, MS2, etc) included in the
80+
output, should be a comma-separated list of
81+
integers ( 1,2,3 ) and/or intervals ( 1-3 ),
82+
open-end intervals ( 1- ) are allowed
83+
-P, --mgfPrecursor Include precursor scan number in MGF file TITLE
7984
-u, --s3_url[=VALUE] Optional property to write directly the data into
8085
S3 Storage.
8186
-k, --s3_accesskeyid[=VALUE]

0 commit comments

Comments
 (0)