feat(cube): ls rename column name "STARTUP" to "BOOT"

This commit is contained in:
Guillaume ARM 2022-07-18 23:08:44 +02:00
parent 29ff10bf27
commit 2b130a24e6

View File

@ -135,7 +135,7 @@ local COMMANDS = {
end
-- print('ID LABEL\t\t\t\tSTARTUP');
print(getRow(' ', 'ID', 'LABEL', 'STARTUP'))
print(getRow(' ', 'ID', 'LABEL', 'BOOT'))
print('--------------------------------------------')
for k in ipairs(results) do