mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 01:30:27 +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.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,
|
||||
|
||||
Reference in New Issue
Block a user