Improve description for `-l`

v0.2
Martin Dosch 2 years ago
parent fdc7a6b0b8
commit ed94bdb0b7

@ -237,7 +237,7 @@ func main() {
flagSkipVerify := getopt.BoolLong("no-tls-verify", 'n',
"Skip verification of TLS certificates (not recommended).")
flagRaw := getopt.BoolLong("raw", 0, "Send raw XML.")
flagListen := getopt.BoolLong("listen", 'l', "Listen for first message from user and echo.")
flagListen := getopt.BoolLong("listen", 'l', "Listen for messages and print them to stdout.")
// Parse command line flags.
getopt.Parse()

Loading…
Cancel
Save