소스 검색

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}}`