{%
    local str = option == 0 and 'system reset' or 'power cycle'
    for _, obj in pairs(IdList) do
        if HostType == "Multihost" then
            echo(string.format('[System%s] FRU control fru0 (forced %s) successfully.\n', obj.sysid, str))
        else
            echo(string.format('FRU control fru0 (forced %s) successfully.\n', str))
        end
    end
    echo('\b')
%}