Преглед изворни кода

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