diff --git a/daemon/dnfdaemon-system.py b/daemon/dnfdaemon-system.py
index 070450fa754ac50e3e3bbcfae92202c11283ecd4..b9811acbc398123302d1a87e68f28c4fdc33699d 100755
--- a/daemon/dnfdaemon-system.py
+++ b/daemon/dnfdaemon-system.py
@@ -297,7 +297,7 @@ class DnfDaemon(dnfdaemon.server.DnfDaemonBase):
                          out_signature='s',
                          sender_keyword='sender')
     def HistoryUndo(self, tid, sender=None):
-        """Get packages from a given yum history transaction id.
+        """Undo history from a given yum history transaction id.
 
         tid: history transaction id
         """