diff --git a/manifests/daemon_reload.pp b/manifests/daemon_reload.pp
index bf9a39d5497e7a273b9b65ed76742a8d48cc5d55..49514bf00207bc4c3cf25785a7ca48516c10d4f9 100644
--- a/manifests/daemon_reload.pp
+++ b/manifests/daemon_reload.pp
@@ -14,6 +14,10 @@
  *             ensure => absent,
  *             notify => Class['systemd::daemon_reload'];
  *     }
+ *
+ * The systemd::unit and systemd::unit_options definitions includes
+ * and notifies this class automatically, so users do not need to do
+ * that themselves.
  */
 class systemd::daemon_reload
 {