]> Sergey Matveev's repositories - godwmstat.git/commitdiff
I use NVMe now
authorSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 09:40:47 +0000 (12:40 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 09:40:47 +0000 (12:40 +0300)
main.go

diff --git a/main.go b/main.go
index 0ba2810c5276cc9f931f1a34904dbc1ab9e541a3..cce3909f50b279602ee989f0d7a1aed27222ff72 100644 (file)
--- 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))