mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
Correct option alias name to remove dupplicate
This commit is contained in:
@@ -102,7 +102,6 @@ func OptionSet(options *getoptions.GetOpt) {
|
|||||||
options.Alias("p"),
|
options.Alias("p"),
|
||||||
options.Description("Displays every parental tree's information for the provided taxid."))
|
options.Description("Displays every parental tree's information for the provided taxid."))
|
||||||
options.StringVar(&__restrict_rank__, "rank", "",
|
options.StringVar(&__restrict_rank__, "rank", "",
|
||||||
options.Alias("r"),
|
|
||||||
options.Description("Restrict to the given taxonomic rank."))
|
options.Description("Restrict to the given taxonomic rank."))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user