Parcourir la source

kafkacat: fix parameter bracket (#3362)

Fabien Meurillon il y a 5 ans
Parent
commit
738b583d5a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/common/kafkacat.md

+ 1 - 1
pages/common/kafkacat.md

@@ -33,4 +33,4 @@
 
 - Get offset for a topic/partition for a specific point in time:
 
-`kafkacat -Q -t {{topic}:{{partition}}:{{unix_timestamp}} -b {{brokers}}`
+`kafkacat -Q -t {{topic}}:{{partition}}:{{unix_timestamp}} -b {{brokers}}`