This commit is contained in:
kolaente 2020-11-15 18:51:50 +01:00
parent ccdc004365
commit e504bfe157
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const modeLine int = 1
const modeFile int = 2
func getMode() int {
fmt.Println("Availabl Modes:")
fmt.Println("Available Modes:")
fmt.Println("1: Generate one QR-Code for each line of text in each text file")
fmt.Println("2: Generate one QR-Code for each text file")
fmt.Println("What mode should the tool use? [1]")