Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Changed wording of registration to match wiki instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeters committed May 22, 2018
1 parent 85e5c40 commit dead3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nerdnest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func Register() {
fmt.Printf("Registering...\n")
reader := bufio.NewReader(os.Stdin)

fmt.Print("1. Enter Product ID: ")
fmt.Print("1. Enter Client ID: ")
productId, _ := reader.ReadString('\n')
productId = strings.TrimSpace(productId)

Expand Down

0 comments on commit dead3ce

Please sign in to comment.