mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Correct some misspelling in option helps
Changes to be committed: modified: pkg/obitools/obiclean/options.go modified: pkg/obitools/obiconvert/options.go
This commit is contained in:
@ -42,7 +42,7 @@ func ObicleanOptionSet(options *getoptions.GetOpt) {
|
|||||||
|
|
||||||
options.BoolVar(&_onlyHead, "head", _onlyHead,
|
options.BoolVar(&_onlyHead, "head", _onlyHead,
|
||||||
options.Alias("H"),
|
options.Alias("H"),
|
||||||
options.Description("Select only sequences with the head status in a least one sample."),
|
options.Description("Select only sequences with the head status in at least one sample."),
|
||||||
)
|
)
|
||||||
|
|
||||||
options.StringVar(&_saveGraph, "save-graph", _saveGraph,
|
options.StringVar(&_saveGraph, "save-graph", _saveGraph,
|
||||||
|
@ -49,7 +49,7 @@ func InputOptionSet(options *getoptions.GetOpt) {
|
|||||||
options.Description("Decodes quality string according to the Solexa specification."))
|
options.Description("Decodes quality string according to the Solexa specification."))
|
||||||
|
|
||||||
options.BoolVar(&__no_ordered_input__, "no-order", __no_ordered_input__,
|
options.BoolVar(&__no_ordered_input__, "no-order", __no_ordered_input__,
|
||||||
options.Description("When several imput files are provided, "+
|
options.Description("When several input files are provided, "+
|
||||||
"indicates that there is no order among them."))
|
"indicates that there is no order among them."))
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user