Skip to content

Commit

Permalink
Update guide message
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks committed May 3, 2019
1 parent 74cef57 commit c81be0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func getToken(consumerKey, consumerSecret string) {
}

u := oauthClient.AuthorizationURL(tempCred, nil)
fmt.Printf("1. Go to %s\n2. Authorize the application\n3. Enter the supplied PIN here:\n", u)
fmt.Printf("1. Go to %s\n2. Authorize the application\n3. Enter the supplied PIN here (and press Enter):\n", u)

var code string
fmt.Scanln(&code)
Expand All @@ -41,7 +41,7 @@ func getToken(consumerKey, consumerSecret string) {
func main() {
app := cli.NewApp()
app.Usage = "Twitter PIN-based OAuth CLI helper"
app.Version = "1.0.0"
app.Version = "1.0.2"

app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit c81be0b

Please sign in to comment.