Skip to content

Commit

Permalink
Merge pull request #267 from ChristianAlexander/patch-1
Browse files Browse the repository at this point in the history
Fix typo in nats-rply example usage output.
  • Loading branch information
Larry McQueary authored Mar 2, 2017
2 parents bf377c6 + 0cdc870 commit 0c2f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nats-rply.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// NOTE: Use tls scheme for TLS, e.g. nats-rply -s tls://demo.nats.io:4443 foo hello
func usage() {
log.Fatalf("Usage: nats-rply [-s server][-t] <subject> <reponse>\n")
log.Fatalf("Usage: nats-rply [-s server][-t] <subject> <response>\n")
}

func printMsg(m *nats.Msg, i int) {
Expand Down

0 comments on commit 0c2f276

Please sign in to comment.