diff --git a/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java b/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java
index ef2f7d0e9d7d8..2f527bdf9a1a4 100644
--- a/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java
+++ b/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java
@@ -112,9 +112,8 @@ public class ConsumerConfig extends AbstractConfig {
*/
public static final String GROUP_PROTOCOL_CONFIG = "group.protocol";
public static final String DEFAULT_GROUP_PROTOCOL = GroupProtocol.CLASSIC.name().toLowerCase(Locale.ROOT);
- public static final String GROUP_PROTOCOL_DOC = "The group protocol consumer should use. We currently " +
- "support \"classic\" or \"consumer\". If \"consumer\" is specified, then the consumer group protocol will be " +
- "used. Otherwise, the classic group protocol will be used.";
+ public static final String GROUP_PROTOCOL_DOC = "The group protocol that the consumer uses. The " +
+ "supported values are classic or consumer. The default value is classic.";
/**
* group.remote.assignor