diff --git a/lib/mcpu.py b/lib/mcpu.py
index 72e9b03e48de2f9421be9f06a6dad1ae7801a957..5ee50fa6215e3c25841ff4b6bc43e964d3776eb6 100644
--- a/lib/mcpu.py
+++ b/lib/mcpu.py
@@ -343,6 +343,7 @@ class HooksMaster(object):
     @param nodes: overrides the predefined list of nodes for the given phase
     @return: the processed results of the hooks multi-node rpc call
     @raise errors.HooksFailure: on communication failure to the nodes
+    @raise errors.HooksAbort: on failure of one of the hooks
 
     """
     if not self.node_list[phase] and not nodes: