Skip to content

Commit

Permalink
Replace help with "help"
Browse files Browse the repository at this point in the history
It looks better in terminals
  • Loading branch information
EduardGomezEscandell committed Nov 14, 2023
1 parent 9b167c7 commit 5eac990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/landscape/landscaperepl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on your command line. Hosted at the specified address.`,
fmt.Printf("Hosting on %s\n", addr)

populateCommands()
fmt.Println("Write `help` to see a list of available commands")
fmt.Println(`Write "help" to see a list of available commands`)

var cfg net.ListenConfig
lis, err := cfg.Listen(ctx, "tcp", addr)
Expand Down

0 comments on commit 5eac990

Please sign in to comment.