showuon commented on a change in pull request #8623:
URL: https://github.com/apache/kafka/pull/8623#discussion_r425521117



##########
File path: docs/security.html
##########
@@ -767,7 +767,7 @@ <h3><a id="security_sasl" href="#security_sasl">7.3 
Authentication using SASL</a
         <pre class="brush: bash;">
     > bin/kafka-configs.sh --zookeeper localhost:2182 --zk-tls-config-file 
zk_tls_config.properties --describe --entity-type users --entity-name alice
         </pre>
-        <p>Credentials may be deleted for one or more SCRAM mechanisms using 
the <i>--delete</i> option:
+        <p>Credentials may be deleted for one or more SCRAM mechanisms using 
the <i>--alter --delete-config</i> option:
         <pre class="brush: bash;">
     > bin/kafka-configs.sh --zookeeper localhost:2182 --zk-tls-config-file 
zk_tls_config.properties --alter --delete-config 'SCRAM-SHA-512' --entity-type 
users --entity-name alice

Review comment:
       There's no `--delete` option. Because the previous one sample, we 
explained the `--describe` option usage, we should also put `--alter` here 
explicitly for user, not just `--delete-config`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to