From 817150160d9546447eb5101c146920d1c440b7a5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 19 Sep 2021 12:40:47 +0300 Subject: [PATCH] I use NVMe now --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0ba2810..cce3909 100644 --- a/main.go +++ b/main.go @@ -129,7 +129,7 @@ func flagfiles() { func main() { xsetroot := flag.Bool("xsetroot", false, "Call xsetroot") - iodevs := flag.String("iodevs", "ada0 ada1", "iostat devices") + iodevs := flag.String("iodevs", "nvd0 nvd1", "iostat devices") refresh := flag.Uint("refresh", 2, "Refresh interval") flag.Parse() N = strconv.Itoa(int(*refresh)) -- 2.44.0