rm msg matches help docs

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2019-12-10 21:34:07 +01:00
parent de781a291f
commit 8a29444616

View File

@@ -193,7 +193,7 @@ func main() {
resp, _ := nc.Request(api.JetStreamPurgeMsgSet, name, time.Second)
log.Printf("Received response of %q", resp.Data)
case "del-msg", "delmsg", "rmmsg":
case "del-msg", "delmsg", "rmmsg", "rm-msg":
if len(args) != 3 {
showUsageAndExit(1)
}