Update 'procio.cr'

This commit is contained in:
cronekorkn 2021-11-10 03:03:42 +01:00
parent 3fa631b8f5
commit 9132c65d11

View file

@ -19,6 +19,6 @@ end
result.each do |comm, (r, w)|
if r + w > 0
puts %(procio comm="#{comm}" read_bytes=#{r},write_bytes=#{w} #{time})
puts %(procio,comm="#{comm}" read_bytes=#{r},write_bytes=#{w} #{time})
end
end