Revision a4ccecf6 lib/ssh.py

b/lib/ssh.py
106 106
    @param quiet: whether to enable -q to ssh
107 107

  
108 108
    @rtype: list
109
    @return: the list of options ready to use in L{utils.RunCmd}
109
    @return: the list of options ready to use in L{utils.process.RunCmd}
110 110

  
111 111
    """
112 112
    options = [
......
194 194

  
195 195
    Args: see SshRunner.BuildCmd.
196 196

  
197
    @rtype: L{utils.RunResult}
198
    @return: the result as from L{utils.RunCmd()}
197
    @rtype: L{utils.process.RunResult}
198
    @return: the result as from L{utils.process.RunCmd()}
199 199

  
200 200
    """
201 201
    return utils.RunCmd(self.BuildCmd(*args, **kwargs))

Also available in: Unified diff