Skip to content

Commit

Permalink
Update help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 committed Nov 20, 2018
1 parent 092ca34 commit dfca088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
)

var (
sourceQueue = kingpin.Flag("source", "Source queue to move messages from").Short('s').Required().String()
destinationQueue = kingpin.Flag("destination", "Destination queue to move messages to").Short('d').Required().String()
sourceQueue = kingpin.Flag("source", "Source queue name to move messages from").Short('s').Required().String()
destinationQueue = kingpin.Flag("destination", "Destination queue name to move messages to").Short('d').Required().String()
region = kingpin.Flag("region", "AWS Region for source and destination queues").Short('r').Default("us-west-2").String()
)

Expand Down

0 comments on commit dfca088

Please sign in to comment.