for unsupported in ('watch_action', 'start', 'shutdown_timeout', 'follow'):
        if unsupported in kwargs:
            ret['result'] = False
            ret['comment'] = 'The \'{0}\' argument is not supported'.format(
                unsupported