浏览代码

kafkacat: fix parameter bracket (#3362)

Fabien Meurillon 5 年之前
父节点
当前提交
738b583d5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}}`