Skip to content

Commit 63fe849

Browse files
authored
Merge pull request #16 from xenit-eu/clarify-2fa-token
Clarify 2FA token in commandline UI
2 parents c077d61 + 5367cca commit 63fe849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# scw-2fa-init
22
A tool to initialize the Scaleway CLI with a short lived API key using 2 factor authentication.
33

4-
The tool will ask your email, password, token, organization and the duration of the API Key. All parameters except password and token can be provided as parameters.
4+
The tool will ask your email, password, 2FA token, organization and the duration of the API Key. All parameters except password and 2FA token can be provided as parameters.
55

66

77
## Installation

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
password := string(bytePassword)
4242
fmt.Println()
4343

44-
fmt.Print("Enter token: ")
44+
fmt.Print("Enter 2FA token: ")
4545
scanner.Scan()
4646
token := scanner.Text()
4747

0 commit comments

Comments
 (0)