Skip to content

Commit

Permalink
Merge pull request #1190 from nats-io/alexbozhenko-patch-1
Browse files Browse the repository at this point in the history
fix: typo in the docs for sub command
  • Loading branch information
ripienaar authored Dec 5, 2024
2 parents 58adf65 + 46b2fa0 commit ca54fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/sub_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func configureSubCommand(app commandHost) {
c := &subCmd{}

subHelp := `
Jetstream will be activated when related options like --stream, --durabled or --ack are supplied.
Jetstream will be activated when related options like --stream, --durable or --ack are supplied.
E.g. nats sub <subject that is bound to a stream> --all
Expand Down

0 comments on commit ca54fee

Please sign in to comment.