Skip to content

Commit

Permalink
Fix usage line for register-phone-number-finish. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 22, 2023
1 parent 2c45fc5 commit a534225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func fnRegisterPhoneNumberFinish(ce *WrappedCommandEvent) {
ce.Reply("How'd you get here 🤔")
return
} else if len(ce.Args) != 1 {
ce.Reply("Usage: register-phone-number-finish <sms_response>")
ce.Reply("Please enter the phone number registration response (starts with `REG-RESP?`) or use `cancel` to cancel.")
return
}
respText := ce.Args[0]
Expand Down

0 comments on commit a534225

Please sign in to comment.