You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2018/04/17 23:37:38 UTC

[kafka] branch trunk updated: MINOR: Add line break so example command is readable without scrolling (#4879)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 52e9ba6  MINOR: Add line break so example command is readable without scrolling (#4879)
52e9ba6 is described below

commit 52e9ba66a5cc46abbe49c872a244e3e8cc77514e
Author: Andras Beni <an...@cloudera.com>
AuthorDate: Wed Apr 18 01:37:34 2018 +0200

    MINOR: Add line break so example command is readable without scrolling (#4879)
---
 docs/configuration.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/configuration.html b/docs/configuration.html
index df58ba7..b76fbbb 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -209,7 +209,8 @@
 
   To remove an override you can do
   <pre class="brush: bash;">
-  &gt; bin/kafka-configs.sh --zookeeper localhost:2181  --entity-type topics --entity-name my-topic --alter --delete-config max.message.bytes
+  &gt; bin/kafka-configs.sh --zookeeper localhost:2181  --entity-type topics --entity-name my-topic
+      --alter --delete-config max.message.bytes
   </pre>
 
   The following are the topic-level configurations. The server's default configuration for this property is given under the Server Default Property heading. A given server default config value only applies to a topic if it does not have an explicit topic config override.

-- 
To stop receiving notification emails like this one, please contact
jgus@apache.org.