Repository: kafka
Updated Branches:
  refs/heads/trunk 836cb1963 -> d61543e32


MINOR: Typo in documentation of topic config removal

Author: Ján Koščo <[email protected]>

Reviewers: Ismael Juma, Grant Henke, Guozhang Wang

Closes #768 from s7anley/trunk


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d61543e3
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d61543e3
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d61543e3

Branch: refs/heads/trunk
Commit: d61543e3219c5d820d1b38ccd063501da0966ba6
Parents: 836cb19
Author: Ján Koščo <[email protected]>
Authored: Wed Jan 13 14:58:37 2016 -0800
Committer: Guozhang Wang <[email protected]>
Committed: Wed Jan 13 14:58:37 2016 -0800

----------------------------------------------------------------------
 docs/ops.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/d61543e3/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index 1594166..c69ffd5 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -53,7 +53,7 @@ To add configs:
 </pre>
 To remove a config:
 <pre>
- &gt; bin/kafka-topics.sh --zookeeper zk_host:port/chroot --alter --topic 
my_topic_name --deleteConfig x
+ &gt; bin/kafka-topics.sh --zookeeper zk_host:port/chroot --alter --topic 
my_topic_name --delete-config x
 </pre>
 And finally deleting a topic:
 <pre>

Reply via email to