Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 16, 2016
1 parent 2cb3e16 commit 713233d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[TaxonKit v0.1.3](https://github.com/shenwei356/taxonkit/releases/tag/v0.1.3)
[![Github Releases (by Release)](https://img.shields.io/github/downloads/shenwei356/taxonkit/v0.1.3/total.svg)](https://github.com/shenwei356/taxonkit/releases/tag/v0.1.3)

- add command of `taxonkit reformat` which reformat full lineage to custom format
- add command of `taxonkit reformat` which reformats full lineage to custom format


Links:
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Usage:
taxonkit list [flags]
Flags:
--ids string taxid(s), multiple values should be seperated by comma (default "1")
--ids string taxid(s), multiple values should be separated by comma (default "1")
--indent string indent (default " ")
--json output in JSON format. you can save the result in file with suffix ".json" and open with modern text editor
--names string names.dmp file, when it given taxid will be followed by its scientific name
Expand Down
2 changes: 1 addition & 1 deletion doc/site
Submodule site updated from 71b40b to 1169dc
2 changes: 1 addition & 1 deletion taxonkit/cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func getFlagStringSlice(cmd *cobra.Command, flag string) []string {
return value
}

// Config is the struct containing all gloabl flags
// Config is the struct containing all global flags
type Config struct {
Threads int
OutFile string
Expand Down
2 changes: 1 addition & 1 deletion taxonkit/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func init() {
RootCmd.AddCommand(listCmd)

listCmd.Flags().StringP("nodes", "", "nodes.dmp", "nodes.dmp file")
listCmd.Flags().StringP("ids", "", "1", "taxid(s), multiple values should be seperated by comma")
listCmd.Flags().StringP("ids", "", "1", "taxid(s), multiple values should be separated by comma")

listCmd.Flags().StringP("indent", "", " ", "indent")
listCmd.Flags().StringP("names", "", "", "names.dmp file, when it given taxid will be followed by its scientific name")
Expand Down

0 comments on commit 713233d

Please sign in to comment.