From 9132c65d11e3564482d23ac309b9e630848a9bc9 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Wed, 10 Nov 2021 03:03:42 +0100 Subject: [PATCH] Update 'procio.cr' --- procio.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procio.cr b/procio.cr index 4cabf7d..5d65712 100644 --- a/procio.cr +++ b/procio.cr @@ -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