Skip to content

Commit

Permalink
update xeno help
Browse files Browse the repository at this point in the history
  • Loading branch information
siansiansu committed Oct 28, 2023
1 parent 92657b8 commit 1b458a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/xeno/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ download audio recordings from xeno-canto
`,
Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 {
fmt.Println("please input the search query! Example: xeno \"Taiwan blue magpie\"")
cmd.Help()
os.Exit(0)
}

Expand Down

0 comments on commit 1b458a5

Please sign in to comment.