Correct option alias name to remove dupplicate

This commit is contained in:
2022-11-15 08:58:41 +01:00
parent 340579f6d7
commit abe210d811

View File

@ -102,7 +102,6 @@ func OptionSet(options *getoptions.GetOpt) {
options.Alias("p"),
options.Description("Displays every parental tree's information for the provided taxid."))
options.StringVar(&__restrict_rank__, "rank", "",
options.Alias("r"),
options.Description("Restrict to the given taxonomic rank."))
}