From 46b2fa052c9712c8051fd8f4e921fea2fe8573fc Mon Sep 17 00:00:00 2001 From: Alex Bozhenko Date: Wed, 4 Dec 2024 15:54:26 -0800 Subject: [PATCH] fix: typo in the docs for sub command --- cli/sub_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/sub_command.go b/cli/sub_command.go index a45f72c5..55276ae7 100644 --- a/cli/sub_command.go +++ b/cli/sub_command.go @@ -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 --all