mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +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:
@@ -49,7 +49,7 @@ func InputOptionSet(options *getoptions.GetOpt) {
|
||||
options.Description("Decodes quality string according to the Solexa specification."))
|
||||
|
||||
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."))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user