Skip to content

Commit

Permalink
feat: V1 say
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 24, 2019
1 parent 909fbd3 commit 73569c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GOPKG ?= ultre.me/speechotron
DOCKER_IMAGE ?= moul/speechotron
DOCKER_IMAGE ?= ultreme/speechotron
GOBINS ?= .
NPM_PACKAGES ?= .

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {

pronounce := &ffcli.Command{
Name: "pronounce",
Usage: "pronounce [-v VOICE] PRONOUNCE",
Usage: "pronounce [-v VOICE] WORDS...",
FlagSet: pronounceFlags,
LongHelp: fmt.Sprintf("VOICES\n %s", strings.Join(append(voiceList(pronounceBox), "RANDOM"), "\n ")),
Exec: func(args []string) error {
Expand Down Expand Up @@ -95,7 +95,7 @@ func main() {

say := &ffcli.Command{
Name: "say",
Usage: "say [-v VOICE] SAY",
Usage: "say [-v VOICE] WORDS...",
FlagSet: sayFlags,
LongHelp: fmt.Sprintf("VOICES\n %s", strings.Join(append(voiceList(sayBox), "RANDOM"), "\n ")),
Exec: func(args []string) error {
Expand Down

0 comments on commit 73569c1

Please sign in to comment.