diff --git a/ChangeLog.txt b/ChangeLog.txt
index b6bc2fab..b90624c8 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -11,6 +11,7 @@ Broker:
Apps:
- Disallow control characters in mosquitto_passwd usernames.
+- Fix incorrect description in mosquitto_ctrl man page. Closes #1995.
2.0.4 - 2020-12-22
diff --git a/man/mosquitto_ctrl.1.xml b/man/mosquitto_ctrl.1.xml
index 104498e3..1f1f29f2 100644
--- a/man/mosquitto_ctrl.1.xml
+++ b/man/mosquitto_ctrl.1.xml
@@ -78,9 +78,7 @@
Description
- mosquitto_ctrl is a simple MQTT version 5/3.1.1
- client that will publish a single message on a topic and
- exit.
+ mosquitto_ctrl is a tool for helping configure a Mosquitto broker instance.