Skip to content

Commit

Permalink
Help message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPythoneer committed Jul 12, 2022
1 parent 620d876 commit 182bf2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (

func ShowHelp() {
fmt.Println("Use: gnc [options] address port")
fmt.Println("\t-4 - Use IPv4")
fmt.Println("\t-6 - Use IPv6")
fmt.Println("\t-C - Do not send CRLF as line-ending")
fmt.Println("\t-d - Detach from stdin")
fmt.Println("\t-u - Use UDP")
fmt.Println("\t-4\tUse IPv4")
fmt.Println("\t-6\tUse IPv6")
fmt.Println("\t-C\tDo not send CRLF as line-ending")
fmt.Println("\t-d\tDetach from stdin")
fmt.Println("\t-u\tUse UDP")
}

func main() {
Expand Down

0 comments on commit 182bf2a

Please sign in to comment.